save state for my oop in aduino
This commit is contained in:
19
arduino/node-code/nodeCodeFinal/nodeCodeFinal.ino
Normal file
19
arduino/node-code/nodeCodeFinal/nodeCodeFinal.ino
Normal file
@@ -0,0 +1,19 @@
|
||||
#include <nodeCodeHeader.h>
|
||||
#include <websockets.h>
|
||||
|
||||
nodeReadings esp32Node();
|
||||
websockets webSocket();
|
||||
|
||||
void setup()
|
||||
{
|
||||
// put your setup code here, to run once:
|
||||
esp32Node.setup();
|
||||
webSocket.websocketSetup();
|
||||
esp32Node.resetValues();
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
// put your main code here, to run repeatedly:
|
||||
esp32Node.loop();
|
||||
}
|
Reference in New Issue
Block a user