mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
It now prints lines like:
Pin("D9", mode=IN, pull=PULL_UP, GPIO=PA07)
or
LED("LED")
showing for consistency the names as given in pins.csv. For pins, the GPIO
numer is printed as well for a reference.