|
Contiki 3.x
|
Files | |
| file | platform-conf.h |
| Platform features configuration. | |
Leds configurations | |
| #define | PLATFORM_HAS_LEDS 1 |
| #define | LEDS_1 (1 << (LED_1 - LED_START)) |
| #define | LEDS_2 (1 << (LED_2 - LED_START)) |
| #define | LEDS_3 (1 << (LED_3 - LED_START)) |
| #define | LEDS_4 (1 << (LED_4 - LED_START)) |
| #define | LEDS_GREEN LEDS_1 |
| #define | LEDS_YELLOW LEDS_2 |
| #define | LEDS_RED LEDS_3 |
| #define | LEDS_BLUE LEDS_4 |
| #define | LEDS_CONF_ALL (LEDS_1 | LEDS_2 | LEDS_3 | LEDS_4) |
| #define | PLATFORM_INDICATE_BLE_STATE 1 |
| If set to 1 then LED1 and LED2 are used by the platform to indicate BLE connection state. | |
Button configurations | |
| #define | PLATFORM_HAS_BUTTON 1 |
| #define | button_sensor button_1 |
| #define | button_sensor2 button_2 |
| #define | PLATFORM_RTC_INSTANCE_ID 1 |
| nRF52 RTC instance to be used for Contiki clock driver. More... | |
| #define | PLATFORM_TIMER_INSTANCE_ID 1 |
| nRF52 timer instance to be used for Contiki rtimer driver. More... | |
| #define PLATFORM_RTC_INSTANCE_ID 1 |
nRF52 RTC instance to be used for Contiki clock driver.
Definition at line 102 of file platform-conf.h.
| #define PLATFORM_TIMER_INSTANCE_ID 1 |
nRF52 timer instance to be used for Contiki rtimer driver.
Definition at line 108 of file platform-conf.h.
1.8.6