Forum:
Probably missing something simple, but I don't understand the pin abstractions from board module w/r metro-esp32-s2. They don't seem to be consistent with "primary guide:
adafruit metro esp32-s2". I was expecting to see options such as IO# and others. Please advise on where my thinking has gotten confused.
Thanks Again
repl output follows:
adafruit CircuitPython 6.0.1 on 2020-12-28; Metro ESP32S2 with ESP32S2
>>>
>>> import board
>>> dir(board)
['__class__', 'A0', 'A1', 'A2', 'A3', 'A4', 'A5', 'D0', 'D1', 'D10', 'D11', 'D12', 'D13', 'D2', 'D3', 'D4', 'D5', 'D6', 'D7', 'D8', 'D9', 'DEBUG_RX', 'DEBUG_TX', 'I2C', 'MISO', 'MOSI', 'NEOPIXEL', 'RX', 'SCK', 'SCL', 'SDA', 'SPI', 'TX', 'UART']
>>>