mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
This change allows a CPU pin to be hidden from the user by prefixing it with a "-" in the pins.csv file for a board. It will still be available in C code, just not exposed to Python. Signed-off-by: Damien George <damien@micropython.org>