Arduino oop adding functions from the original aduino code
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
#define nodeReading_h
|
||||
|
||||
#include "Arduino.h"
|
||||
#
|
||||
#include "headerFile.h"
|
||||
|
||||
class nodeReadings() {
|
||||
|
||||
class nodeReadings {
|
||||
|
||||
public:
|
||||
nodeReadings();
|
||||
void setup();
|
||||
void loop();
|
||||
void resetValues();
|
||||
private:
|
||||
};
|
||||
|
Reference in New Issue
Block a user