Begin aan OOP in arduino
This commit is contained in:
13
arduino/node-code/node-code-final/nodeCodeHeader.h
Normal file
13
arduino/node-code/node-code-final/nodeCodeHeader.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef nodeClass_h
|
||||
#define nodeClass_h
|
||||
#include "Arduino.h"
|
||||
class nodeReadings {
|
||||
|
||||
private:
|
||||
public:
|
||||
nodeReadings();
|
||||
void readDht();
|
||||
void printNode();
|
||||
// class code goes here
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user