16 lines
202 B
C++
16 lines
202 B
C++
#ifndef nodeReading_h
|
|
#define nodeReading_h
|
|
|
|
#include "Arduino.h"
|
|
#
|
|
|
|
class nodeReadings() {
|
|
|
|
public:
|
|
nodeReadings();
|
|
void setup();
|
|
void resetValues();
|
|
private:
|
|
};
|
|
|
|
#endif |