mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
recovery
This commit is contained in:
34
include/items/test.h
Normal file
34
include/items/test.h
Normal file
@@ -0,0 +1,34 @@
|
||||
//#include "Arduino.h"
|
||||
//#include "Global.h"
|
||||
//
|
||||
//class SensorImpulsIn;
|
||||
//
|
||||
//typedef std::vector<SensorImpulsIn> MySensorImpulsInVector;
|
||||
//
|
||||
//struct paramsImpulsIn {
|
||||
// String key;
|
||||
// unsigned int pin;
|
||||
// float c;
|
||||
// float k;
|
||||
//};
|
||||
//
|
||||
//class SensorImpulsIn {
|
||||
// public:
|
||||
// SensorImpulsIn(const paramsImpulsIn& paramsImpuls);
|
||||
// //~SensorImpulsIn();
|
||||
//
|
||||
// //void begin(int interruptPin);
|
||||
// void classInterruptHandler(void);
|
||||
//
|
||||
// void setCallback(void (*userDefinedCallback)(const int)) {
|
||||
// localPointerToCallback = userDefinedCallback;
|
||||
// }
|
||||
//
|
||||
// private:
|
||||
// void (*localPointerToCallback)(const int);
|
||||
// paramsImpulsIn _paramsImpuls;
|
||||
//};
|
||||
//
|
||||
//extern MySensorImpulsInVector* mySensorImpulsIn;
|
||||
//
|
||||
//extern void impulsInSensor();
|
||||
Reference in New Issue
Block a user