mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
The standard Arduino pinout uses LEDR/G/B and LED_BUILTIN (if available). This patch adds aliases to match the standard pinout, while retaining LED_RED/GREEN/BLUE for compatibility with existing scripts and examples. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>