SmartLightBLE/lib/Bluetooth/Bluetooth.h

13 lines
193 B
C
Raw Permalink Normal View History

2021-04-16 19:15:54 +00:00
#ifndef BLUETOOTH_H_INCLUDED
#define BLUETOOTH_H_INCLUDED
struct BeaconBLE {
String adresse;
int qualite;
};
void setup_ble();
std::vector<BeaconBLE> loop_ble();
#endif