 |
Contiki-NG
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
44#ifndef NRF54L15_DK_DEF_H_
45#define NRF54L15_DK_DEF_H_
47#define PLATFORM_HAS_BUTTON 1
48#define PLATFORM_SUPPORTS_BUTTON_HAL 1
50#define NRF_BUTTON1_PORT 1
51#define NRF_BUTTON1_PIN 13
52#define NRF_BUTTON2_PORT 1
53#define NRF_BUTTON2_PIN 9
54#define NRF_BUTTON3_PORT 1
55#define NRF_BUTTON3_PIN 8
56#define NRF_BUTTON4_PORT 0
57#define NRF_BUTTON4_PIN 4
59#define NRF_LED1_PORT 2
61#define NRF_LED2_PORT 1
62#define NRF_LED2_PIN 10
63#define NRF_LED3_PORT 2
65#define NRF_LED4_PORT 1
66#define NRF_LED4_PIN 14
68#define LEDS_CONF_COUNT 4
70#define NRF_UARTE_INSTANCE_ID 20
71#define NRF_UARTE_TX_PORT 1
72#define NRF_UARTE_TX_PIN 4
73#define NRF_UARTE_RX_PORT 1
74#define NRF_UARTE_RX_PIN 5