37 #ifndef CONTIKI_CONF_H 38 #define CONTIKI_CONF_H 44 #ifdef PROJECT_CONF_PATH 45 #include PROJECT_CONF_PATH 48 #include "cc13xx-cc26xx-def.h" 56 #ifndef BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN 57 #define BUTTON_SENSOR_CONF_ENABLE_SHUTDOWN 1 61 #define PLATFORM_HAS_BUTTON 1 62 #define PLATFORM_SUPPORTS_BUTTON_HAL 1 68 #define button_sensor button_left_sensor 69 #define button_sensor2 button_right_sensor 73 #define CC26XX_SENSOR_READING_ERROR 0x80000000 Header with configuration defines common to all CC13xx/CC26xx platforms.