|
ruuvi.drivers.c ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Helper functions for communication. More...
#include "ruuvi_driver_error.h"#include "ruuvi_driver_sensor.h"#include "ruuvi_interface_communication.h"#include "ruuvi_interface_log.h"Go to the source code of this file.
Macros | |
| #define | RT_COMM_MAC_STRLEN (18U) |
| #define | RT_COMM_ID_STRLEN (24U) |
Functions | |
| rd_status_t | rt_com_get_mac_str (char *const mac_str, const size_t mac_len) |
| Get MAC address of the device from radio driver and write it to given string. | |
| rd_status_t | rt_com_get_id_str (char *const id_str, const size_t id_len) |
| Get Unique ID of the device and write it to given string. | |
Helper functions for communication.
Definition in file ruuvi_task_communication.h.