GPIO and communication on esp-open-sdk
Posted: Tue Feb 13, 2018 7:57 pm
Hi everybody!
I'm a newbie ESP8266 programing , I was follow this
Another question, if i use the FreeRTOS on the NodeMCU, the code used to control GPIO is the same?
I'm a newbie ESP8266 programing , I was follow this
Code: Select all
and this https://www.youtube.com/watch?v=kYEzEFH5LiM
Code: Select all
tutorials and I did my first hello world using the "blinky" example code but I can't find a good explanation about the gpio functions, I found examples on internet but that code use the Arduino IDE or Lua... I need put High/Low on 2 pins, use the PWM on 4 pins and use SPI with an IC but I want to learn to do that in the open SDK, can you help me?https://www.youtube.com/watch?v=T-oSjMCmNYk
Another question, if i use the FreeRTOS on the NodeMCU, the code used to control GPIO is the same?