Skip to content

Commit d5d366b

Browse files
iabdalkaderdpgeorge
authored andcommitted
nrf/boards/ARDUINO_NANO_33_BLE_SENSE: Update LED and timer config.
Changes: - Enable hardware timer. - Define LED pins. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
1 parent 67b4e62 commit d5d366b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/mpconfigboard.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#define MICROPY_PY_MACHINE_UART (1)
1515
#define MICROPY_PY_MACHINE_HW_PWM (1)
16+
#define MICROPY_PY_MACHINE_TIMER_NRF (1)
1617
#define MICROPY_PY_MACHINE_RTCOUNTER (1)
1718
#define MICROPY_PY_MACHINE_I2C (1)
1819
#define MICROPY_PY_MACHINE_ADC (1)

ports/nrf/boards/ARDUINO_NANO_33_BLE_SENSE/pins.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ TX,P35
8080
RX,P42
8181
I2C_SCL,P2
8282
I2C_SDA,P31
83+
LED_RED,P24
84+
LED_GREEN,P16
85+
LED_BLUE,P6
86+
LED_YELLOW,P13

0 commit comments

Comments
 (0)