Ottawa Bootcamp Publish
Dependencies: SX127x lorawan1v1
Diff: LoRaMacString.h
- Revision:
- 0:62e456e60083
diff -r 000000000000 -r 62e456e60083 LoRaMacString.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LoRaMacString.h Wed Feb 28 14:06:17 2018 -0800 @@ -0,0 +1,4 @@ + +void LoRaMacEventInfoStatus_to_string(LoRaMacEventInfoStatus_t status, char* dst); +void Mlme_to_string(Mlme_t mlme, char* dst); +void LoRaMacStatus_to_string(LoRaMacStatus_t status, char* dst);