ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_nrf5_sdk15_communication_radio.h
Go to the documentation of this file.
1 #ifndef RUUVI_NRF5_SDK15_COMMUNICATION_RADIO_H
2 #define RUUVI_NRF5_SDK15_COMMUNICATION_RADIO_H
3 
5 #include "ruuvi_driver_error.h"
7 #include <stdbool.h>
8 #include <stdint.h>
9 #if RUUVI_NRF5_SDK15_RADIO_ENABLED
10 
34 uint8_t ruuvi_nrf5_sdk15_radio_phy_get (void);
35 
42 void ruuvi_nrf5_sdk15_radio_channels_set (uint8_t * const nrf_channels,
43  const ri_radio_channels_t channels);
44 
46 #endif
47 #endif
Header to enable and disable module compilation.
Ruuvi error codes and error check function.
Bitfield to describe related sensor data.