Contiki-NG

Header file with definitions related to SmartRF06 EB boards. More...

Go to the source code of this file.

Macros

LED configurations for the dev/leds.h API.

Those values are not meant to be modified by the user

#define PLATFORM_HAS_LEDS   1
 
#define LEDS_CONF_COUNT   4
 
#define LEDS_CONF_RED   0
 
#define LEDS_CONF_YELLOW   1
 
#define LEDS_CONF_GREEN   2
 
#define LEDS_CONF_ORANGE   3
 
#define LEDS_CONF_ALL   ((1 << LEDS_CONF_COUNT) - 1)
 
Button configurations for the dev/button-hal.h API.

Those values are not meant to be modified by the user

#define PLATFORM_HAS_BUTTON   1
 
#define PLATFORM_SUPPORTS_BUTTON_HAL   1
 
#define BUTTON_HAL_ID_KEY_LEFT   0
 
#define BUTTON_HAL_ID_KEY_RIGHT   1
 
#define BUTTON_HAL_ID_KEY_UP   2
 
#define BUTTON_HAL_ID_KEY_DOWN   3
 
#define BUTTON_HAL_ID_KEY_SELECT   4
 
SmartRF06 EB does have sensors.

Those values are not meant to be modified by the user

#define BOARD_CONF_HAS_SENSORS   1
 
Enable or disable the SmartRF06EB sensors.

Those values are not meant to be modified by the user

#define BOARD_SENSORS_ENABLE   (!(BOARD_CONF_SENSORS_DISABLE))
 

Detailed Description

Header file with definitions related to SmartRF06 EB boards.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com
Note
This file should not be included directly

Definition in file board-conf.h.