mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-30 03:49:13 +03:00
добавил шаблон любого сенсора
This commit is contained in:
4
include/sensors/YourSensor.h
Normal file
4
include/sensors/YourSensor.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
float yourSensorReading(String type);
|
||||
Reference in New Issue
Block a user