restructured project
This commit is contained in:
parent
87fd0f35f6
commit
7515726a8f
14 changed files with 5 additions and 1 deletions
|
|
@ -1,25 +0,0 @@
|
|||
#ifndef NEW_CLIMTE_GO_BLUETOOTHSERVER_H
|
||||
#define NEW_CLIMTE_GO_BLUETOOTHSERVER_H
|
||||
|
||||
#include <BLEDevice.h>
|
||||
#include <BLEServer.h>
|
||||
#include <BLEUtils.h>
|
||||
#include <BLE2902.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
#define temperatureCelsius
|
||||
|
||||
class BluetoothServer {
|
||||
private:
|
||||
BLEService *sensorService;
|
||||
BLEServer *bleServer;
|
||||
public:
|
||||
BluetoothServer();
|
||||
|
||||
void startServer();
|
||||
void setTemperature(float temperature);
|
||||
void setPressure(float pressure);
|
||||
};
|
||||
|
||||
|
||||
#endif //NEW_CLIMTE_GO_BLUETOOTHSERVER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue