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 4d05bb2 commit 1302ef6Copy full SHA for 1302ef6
ports/nrf/boards/adafruit_led_glasses_nrf52840/pins.c
@@ -1,6 +1,8 @@
1
#include "shared-bindings/board/__init__.h"
2
3
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
4
+ { MP_ROM_QSTR(MP_QSTR_board_id), MP_ROM_PTR(&board_module_id_obj) },
5
+
6
{ MP_ROM_QSTR(MP_QSTR_MICROPHONE_CLOCK), MP_ROM_PTR(&pin_P0_00) },
7
{ MP_ROM_QSTR(MP_QSTR_MICROPHONE_DATA), MP_ROM_PTR(&pin_P0_27) },
8
0 commit comments