pyrorf/radio.h
2019-10-22 11:56:33 +02:00

13 lines
174 B
C

#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#ifndef RADIO_h
#define RADIO_h
extern uint8_t radio_cpt;
extern bool RADIO_ASSOC;
void radio_run();
#endif