ESP32-PaxCounter/src/lorawan.h

13 lines
227 B
C
Raw Normal View History

2018-07-14 20:07:33 +02:00
#ifdef HAS_LORA
#ifndef LORAWAN_H
#define LORAWAN_H
void onEvent(ev_t ev);
void gen_lora_deveui(uint8_t *pdeveui);
void RevBytes(unsigned char *b, size_t c);
void get_hard_deveui(uint8_t *pdeveui);
2018-07-14 20:07:33 +02:00
#endif
#endif // HAS_LORA