2018-06-09 22:28:20 +02:00
|
|
|
#ifndef LORAWAN_H
|
|
|
|
#define LORAWAN_H
|
|
|
|
|
|
|
|
void onEvent(ev_t ev);
|
2018-06-12 19:50:58 +02:00
|
|
|
void gen_lora_deveui(uint8_t *pdeveui);
|
|
|
|
void RevBytes(unsigned char *b, size_t c);
|
2018-06-09 22:28:20 +02:00
|
|
|
void get_hard_deveui(uint8_t *pdeveui);
|
|
|
|
|
|
|
|
#endif
|