Contiki-NG
Files

This group documents components specific to this SensorTag. More...

Files

 
file  leds-arch.h
 LED HAL definitions for the CC1350STK LEDs.
 
file  rf-conf.h
 Header file with board-specific RF configurations.
 
 

LED configurations for the dev/leds.h API.

Those values are not meant to be modified by the user

#define LEDS_CONF_COUNT   2
 
#define LEDS_CONF_RED   0
 
#define LEDS_CONF_GREEN   1
 
#define LEDS_CONF_ALL   ((1 << LEDS_CONF_COUNT) - 1)
 

Board-specific front-end mode configurations for the 2.4 GHz path

   on the radio.

These are the following front-end mode configurations for the CC2650STK board:

  • 2.4 GHz: differential and internal bias
#define RF_2_4_GHZ_CONF_FRONT_END_MODE   RF_FRONT_END_MODE_DIFFERENTIAL
 
#define RF_2_4_GHZ_CONF_BIAS_MODE   RF_BIAS_MODE_INTERNAL
 

Detailed Description

This group documents components specific to this SensorTag.