Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
DuckEsp.h
Go to the documentation of this file.
1 
11 #ifndef DUCKESP_H_
12 #define DUCKESP_H_
13 
14 #include "cdpcfg.h"
15 #include <Arduino.h>
16 #include <WString.h>
17 
18 namespace duckesp {
19 
24 void restartDuck();
25 
32 String getDuckMacAddress(boolean format);
33 } // namespace duckesp
34 #endif
duckesp::getDuckMacAddress
String getDuckMacAddress(boolean format)
Get the Duck Mac Address.
duckesp::restartDuck
void restartDuck()
Restart the duck device.
duckesp
Definition: DuckEsp.h:18
cdpcfg.h
CDP central compile-time configuration file.