This commit is contained in:
xyj 2023-12-25 09:38:57 +08:00
parent 52aba7df62
commit 33fc7a9ae8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import board
print(board.CS1)
print(board)
from digitalio import DigitalInOut, Direction
if __name__ == '__main__':
try: