forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
boardNew board or update to a single boardNew board or update to a single boardcircuitpython apienhancement
Milestone
Description
In Espressif chips there are usually 2 DAC pins available. In the uC of the ESP32-S2, ESP32-S3 family, the majority of the pins can be used freely as SPI, UART, but this does not apply to DAC.
The DAC examples uses A0 labels (from M0), but this is not true for S2: DAC1 = IO17, DAC2 = IO18 (A0 = IO3).
By the way: What do you think about the 'TOUCH' labels? It would be a nice option so that you can see available options in dir(board)
Metadata
Metadata
Assignees
Labels
boardNew board or update to a single boardNew board or update to a single boardcircuitpython apienhancement