Some small updates

This commit is contained in:
Ziver Koc 2016-05-18 17:06:34 +02:00
parent df6feb5597
commit 5f0800897c
5 changed files with 22 additions and 14 deletions

View file

@ -10,10 +10,11 @@ class SensorPhotocell : public SensorPowerConsumption
public:
virtual void setup();
virtual void read(PowerData& data);
virtual void reset();
private:
unsigned int pulse;
static unsigned int pulse;
static void interruptHandler();
};
#endif // SensorPhotocell_H