ESP32-PaxCounter/src/lorawan.h

9 lines
190 B
C
Raw Normal View History

#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);
#endif