X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/6002627028c0a7cffbf252a3839181f0c2e46619..3d15d80420f6f61a17bf7e9c00a97863b4d96bb3:/examples/generic_aio.py?ds=inline diff --git a/examples/generic_aio.py b/examples/generic_aio.py index 8504a7a..8e6c9c1 100644 --- a/examples/generic_aio.py +++ b/examples/generic_aio.py @@ -1,10 +1,11 @@ +# 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"