50 #include "simplemac/include/phy-library.h"
52 #define STM32W_MAX_PACKET_LEN 127
56 int stm32w_radio_set_channel(uint8_t channel);
58 short last_packet_rssi();
60 int stm32w_radio_is_on(
void);
Header file for the radio API
The structure of a device driver for a radio in Contiki.
Generic set of HAL includes for all platforms.