mirror of
https://github.com/HERDAC/SmartLightBLE.git
synced 2025-10-30 05:41:07 +00:00
master
This commit is contained in:
12
lib/Bluetooth/Bluetooth.h
Normal file
12
lib/Bluetooth/Bluetooth.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef BLUETOOTH_H_INCLUDED
|
||||
#define BLUETOOTH_H_INCLUDED
|
||||
|
||||
struct BeaconBLE {
|
||||
String adresse;
|
||||
int qualite;
|
||||
};
|
||||
|
||||
void setup_ble();
|
||||
std::vector<BeaconBLE> loop_ble();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user