Closed
Description
Current mode available using pinMode() are:
INPUT
INPUT_PULLUP
INPUT_PULLDOWN
OUTPUT
Some other mode could be added as done in Arduino_STM32
At least:
INPUT_ANALOG
INPUT_FLOATING
same asINPUT
OUTPUT_OPEN_DRAIN
Maybe AF mode.
Current mode available using pinMode() are:
INPUT
INPUT_PULLUP
INPUT_PULLDOWN
OUTPUT
Some other mode could be added as done in Arduino_STM32
At least:
INPUT_ANALOG
INPUT_FLOATING
same as INPUT
OUTPUT_OPEN_DRAIN
Maybe AF mode.