So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By torpedo51
#61794 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...
Code: Select all  ESP myESP();
  myESP.someFunction()