mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 15:12:19 +03:00
recovery
This commit is contained in:
32
include/items/vSensorImpulsIn.h
Normal file
32
include/items/vSensorImpulsIn.h
Normal file
@@ -0,0 +1,32 @@
|
||||
//#pragma once
|
||||
//#include <Arduino.h>
|
||||
//
|
||||
//#include "Global.h"
|
||||
//#include "PZEMSensor.h"
|
||||
//#include "SoftUART.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 interruptHandler(void);
|
||||
//
|
||||
// private:
|
||||
// paramsImpulsIn _paramsImpuls;
|
||||
//};
|
||||
//
|
||||
//extern MySensorImpulsInVector* mySensorImpulsIn;
|
||||
//
|
||||
//extern void impulsInSensor();
|
||||
Reference in New Issue
Block a user