mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Merge branch 'ver3' of https://github.com/biveraxe/IoTManager into ver3
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "Clock.h"
|
||||
#include "Global.h"
|
||||
#include "Utils/TimeUtils.h"
|
||||
#include "Utils\SerialPrint.h"
|
||||
#include "Utils/SerialPrint.h"
|
||||
|
||||
extern void clockInit();
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
float yourSensorReading(String type);
|
||||
float yourSensorReading(String type, String addr);
|
||||
|
||||
void HDC1080_init(String &addr);
|
||||
void AHTX0_init();
|
||||
|
||||
Reference in New Issue
Block a user