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>
This commit is contained in:
committed by
Damien George
parent
67b4e6236b
commit
d5d366beef
@@ -13,6 +13,7 @@
|
||||
|
||||
#define MICROPY_PY_MACHINE_UART (1)
|
||||
#define MICROPY_PY_MACHINE_HW_PWM (1)
|
||||
#define MICROPY_PY_MACHINE_TIMER_NRF (1)
|
||||
#define MICROPY_PY_MACHINE_RTCOUNTER (1)
|
||||
#define MICROPY_PY_MACHINE_I2C (1)
|
||||
#define MICROPY_PY_MACHINE_ADC (1)
|
||||
|
||||
@@ -80,3 +80,7 @@ TX,P35
|
||||
RX,P42
|
||||
I2C_SCL,P2
|
||||
I2C_SDA,P31
|
||||
LED_RED,P24
|
||||
LED_GREEN,P16
|
||||
LED_BLUE,P6
|
||||
LED_YELLOW,P13
|
||||
|
||||
|
Reference in New Issue
Block a user