Added the header files to for changing the arduino code to OOP
This commit is contained in:
16
arduino/node-code/node-code-final/nodeCodeHeader.h
Normal file
16
arduino/node-code/node-code-final/nodeCodeHeader.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef nodeReading_h
|
||||
#define nodeReading_h
|
||||
|
||||
#include "Arduino.h"
|
||||
#
|
||||
|
||||
class nodeReadings() {
|
||||
|
||||
public:
|
||||
nodeReadings();
|
||||
void setup();
|
||||
void resetValues();
|
||||
private:
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user