mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
6 lines
176 B
C
6 lines
176 B
C
|
|
#pragma once
|
||
|
|
#include <Arduino.h>
|
||
|
|
|
||
|
|
extern void SsdpInit();
|
||
|
|
extern String xmlNode(String tags, String data);
|
||
|
|
extern String decToHex(uint32_t decValue, byte desiredStringLength);
|