Contiki-NG

Header file with definitions related to the sensors on the Sensortags. More...

#include "rf-conf.h"
#include "leds-arch.h"

Go to the source code of this file.

Macros

LED configurations for the dev/leds.h API. The actual LED
  configuration of available LEDs are done in leds-arch.h.

Those values are not meant to be modified by the user

#define PLATFORM_HAS_LEDS   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_REED_RELAY   2
 
SensorTag does have sensors.

Those values are not meant to be modified by the user

#define BOARD_CONF_HAS_SENSORS   1
 
Enable or disable the SensorTag 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 the sensors on the Sensortags.

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.