Need instance of ESP object
Posted: Mon Jan 30, 2017 3:28 pm
Hi,
I want to write a custom sketch that uses some functions of the ESP object.
I can't seem to find an example of how to get the ESP object itself.
I'm assuming a procedure like this:
1. ArduinoIDE > select Generic ESP8266 Module
2. Include Library?
3. Sketch code...
I want to write a custom sketch that uses some functions of the ESP object.
I can't seem to find an example of how to get the ESP object itself.
I'm assuming a procedure like this:
1. ArduinoIDE > select Generic ESP8266 Module
2. Include Library?
3. Sketch code...
Code: Select all
ESP myESP();
myESP.someFunction()