ESP32-PaxCounter/src/blescan.h

7 lines
95 B
C
Raw Normal View History

2018-07-15 14:28:05 +02:00
#ifndef BLESCAN_H
#define BLESCAN_H
void start_BLEscan(void);
void stop_BLEscan(void);
#endif