Contiki-NG

Header file with definitions related to LaunchPad boards. More...

#include "rf-conf.h"

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   2
 
#define LEDS_CONF_RED   0
 
#define LEDS_CONF_GREEN   1
 
#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
 
LaunchPad does not have any sensors.

Those values are not meant to be modified by the user

#define BOARD_CONF_HAS_SENSORS   0
 

Detailed Description

Header file with definitions related to LaunchPad 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.