15 #define RADIO_ERR_NONE 0x00 17 #define RADIO_ERR_CONFIGURE_RADIO 0x20 18 #define RADIO_ERR_OPEN 0x21 19 #define RADIO_ERR_SET_STD_CONFIG 0x22 20 #define RADIO_ERR_SWITCH_ON 0x23 21 #define RADIO_ERR_DUTY_CYCLE 0x24 22 #define RADIO_ERR_NO_CHANNEL 0x25 23 #define RADIO_ERR_LBT 0x26 24 #define RADIO_ERR_SEND 0x27 25 #define RADIO_ERR_RECEIVE 0x28 26 #define RADIO_ERR_NVMEM 0x29 error_t RADIO_API_init(void)
Initialize Sens'it radio & Sigfox library.
unsigned char error_t
Definition: sensit_types.h:23
rgb_color_e
List of possible colors for the RGB led.
Definition: sensit_api.h:108
unsigned char u8
Definition: sensit_types.h:11
error_t RADIO_API_send_message(rgb_color_e color, u8 *data, u8 size, bool downlink, u8 *response_ptr)
Send a Sigfox message.