micropython/ports/rp2/boards/ARDUINO_NANO_RP2040_CONNECT
iabdalkader d02f089058 rp2/boards: Add pin CSV files to board definitions.
Pin defines are:
- For Pico define board pins and the default LED pin (WL_GPIO25).
- For Pico-W define board pins, external pins and the default
  LED pin (WL_GPIO0).
- For the Nano-RP2040, define board pins, external pins and
  the default LED pin (GPIO25)
- For all other boards, the pins.csv defines the LED pin (if any)
  for backwards compatibility with code that assumes there's always
  an LED pin.
2023-01-16 11:44:28 +11:00
..
board.json rp2/boards: Add support for Arduino Nano RP2040. 2021-11-16 15:05:10 +11:00
manifest.py rp2/boards/ARDUINO_NANO_RP2040: Add more modules and enable MD5 hash. 2022-11-14 19:06:51 +11:00
mpconfigboard.cmake rp2/boards: Add support for Arduino Nano RP2040. 2021-11-16 15:05:10 +11:00
mpconfigboard.h drivers/ninaw10: Implement machine.Pin external pin controls. 2023-01-16 11:44:28 +11:00
pins.csv rp2/boards: Add pin CSV files to board definitions. 2023-01-16 11:44:28 +11:00