mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
stability of san
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
//#include "BufferExecute.h"
|
||||
//#include "items/SensorUltrasonicClass.h"
|
||||
////#ifdef SensorUltrasonicEnabled
|
||||
////=========================================Модуль ультрозвукового дальномера==================================================================
|
||||
////ultrasonic-cm;id;anydata;Сенсоры;Расстояние;order;pin[12,13];map[1,100,1,100];c[1]
|
||||
////=========================================================================================================================================
|
||||
//SensorUltrasonic mySensorUltrasonic;
|
||||
//void ultrasonicCm() {
|
||||
// mySensorUltrasonic.update();
|
||||
// String key = mySensorUltrasonic.gkey();
|
||||
// sCmd.addCommand(key.c_str(), ultrasonicReading);
|
||||
// mySensorUltrasonic.init();
|
||||
// mySensorUltrasonic.clear();
|
||||
//}
|
||||
//
|
||||
//void ultrasonicReading() {
|
||||
// String key = sCmd.order();
|
||||
// mySensorUltrasonic.SensorUltrasonicRead(key);
|
||||
//}
|
||||
////#endif
|
||||
Reference in New Issue
Block a user