-->
Page 1 of 1

Need instance of ESP object

PostPosted: Mon Jan 30, 2017 3:28 pm
by torpedo51
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()

Re: Need instance of ESP object

PostPosted: Tue Jan 31, 2017 7:59 pm
by gdsports
See the following docs for the ESP8266 Arduino functions and libraries.

http://esp8266.github.io/Arduino/versions/2.3.0/

Re: Need instance of ESP object

PostPosted: Tue Jan 31, 2017 10:38 pm
by rudy