Files
IoTManager/include/SSDP.h

7 lines
194 B
C
Raw Normal View History

2020-09-02 22:34:49 +03:00
#pragma once
2020-09-03 23:29:34 +03:00
#ifdef SSDP
2020-09-02 22:34:49 +03:00
#include <Arduino.h>
extern void SsdpInit();
extern String xmlNode(String tags, String data);
2020-09-03 23:29:34 +03:00
extern String decToHex(uint32_t decValue, byte desiredStringLength);
#endif