mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
17 lines
282 B
C
17 lines
282 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
#include "Global.h"
|
|
|
|
const String getChipId();
|
|
|
|
void setLedStatus(LedStatus_t status);
|
|
|
|
const String getUniqueId(const String& name);
|
|
|
|
const String printMemoryStatus();
|
|
|
|
const String getHeapStats();
|
|
|
|
const String getMacAddress();
|
|
|
|
void setChipId(); |