We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a2780 commit d7ef8f1Copy full SHA for d7ef8f1
ports/atmel-samd/boards/seeeduino_xiao/pins.c
@@ -44,7 +44,8 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
44
{ MP_ROM_QSTR(MP_QSTR_SCL), MP_ROM_PTR(&pin_PA09) },
45
{ MP_ROM_QSTR(MP_QSTR_SDA), MP_ROM_PTR(&pin_PA08) },
46
47
- // LED pins
+ // LED pins ... note XIAO is wired so high/1/True turns LED OFF
48
+ // low/0/False turns LED ON
49
// duplicate names for test LED ... see D13
50
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_PA17) }, //
51
{ MP_ROM_QSTR(MP_QSTR_YELLOW_LED), MP_ROM_PTR(&pin_PA17) },
0 commit comments