+# SPDX-FileCopyrightText: 2024 Brent Rubell for Adafruit Industries
+#
+# SPDX-License-Identifier: MIT
import pytest
import board
import analogio
# Analog Outputs
-
def test_Ax_OUTPUT():
"""Test analog output pin functionality."""
assert board.board_id == "GENERIC_AGNOSTIC_BOARD"
pin_out.deinit()
+
# Analog Inputs
# Values for sine wave
80,
]
+
def test_Ax_INPUT_RAND_INT():
"""Test random integer from pin Ax_INPUT_RAND_INT"""
assert board.board_id == "GENERIC_AGNOSTIC_BOARD"