Page 1 of 1

Programming guide

Posted: Sun May 19, 2024 4:49 pm
by stevenbennett
Where can I find a comprehensive programming guid for ESP32, I know it's basically C but I need to know the details of e.g. how to set a GPIO pin low. I can see from the auto=complete in ESP-IDF that the syntax is different from other IDEs like STM32 Cube IDE. STM have programming guides for all there MCUs e.g. https://www.st.com/resource/en/user_man ... ronics.pdf so I'm looking for something similar for Espressif.
Thanks
Steve

Re: Programming guide

Posted: Mon May 20, 2024 7:14 am
by ESP_Sprite
https://docs.espressif.com/projects/esp ... est/esp32/ has more-or-less everything. Make sure to select the chip and ESP-IDF version you're using up top, as some things vary from chip to chip and version to version.