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...
ESP myESP();
myESP.someFunction()