ruuvi.drivers.c  ${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
ruuvi_task_communication.h File Reference

Helper functions for communication. More...

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. More...
 
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. More...
 

Detailed Description

Helper functions for communication.

Author
Otso Jousimaa
Date
2020-04-29

Definition in file ruuvi_task_communication.h.