save state for my oop in aduino
This commit is contained in:
21
arduino/node-code/nodeCodeFinal/nodeCodeHeader.h
Normal file
21
arduino/node-code/nodeCodeFinal/nodeCodeHeader.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef nodeReading_h
|
||||
#define nodeReading_h
|
||||
|
||||
#include "Arduino.h"
|
||||
#include "headerFile.h"
|
||||
|
||||
|
||||
class nodeReadings {
|
||||
|
||||
public:
|
||||
nodeReadings();
|
||||
void setup();
|
||||
void loop();
|
||||
void resetValues();
|
||||
void update();
|
||||
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user