Re: ESP32-S3 gpio_set_level() problem by savage » Sat May 28, 2022 8:06 pm @ESP_Sprite, any chance the documentation for gpio_set_direction() can be updated to note this behavior? It is very unintuitive that
https://github.com/espressif/esp-idf/bl ... #L467-L470 Adham Aboud Posts:48 Joined:Mon Apr 30, 2018 5:32 pm Re: gpio_set_level() can not set the output value of the PIN PostbyAdham Aboud»Tue Nov 06, 2018 6:55 am
确认gpio_set_level函数的第一个参数应该是有效的GPIO编号。通常,GPIO编号是一个整数,代表特定的GPIO引脚。 确认GPIO编号227是否在有效范围内: 不同的硬件平台(如ESP32、Raspberry Pi等)支持的GPIO编号范围不同。你需要确认你的硬件平台支持的GPIO编号范围是否包含227。 例如,ESP32通常支持GPIO编号0到33,而Raspberry...
Environment Module or chip used: ESP32-WROOM-32 IDF version : v4.2.1 Build System: idf.py Compiler version : 8.4.0 Operating System: Windows (Windows only) environment type: ESP Command Prompt Using an IDE?: Yes, VSCode IDE Power Supply:...
Postbyalemg77»Thu Jun 20, 2019 6:02 pm I will answer myself: #include "driver/rtc_io.h" It's the solution 2 posts • Page1of1 Return to “ESP32 Arduino” Jump to Who is online Users browsing this forum:Baidu [Spider],Perplexity-User,YisouSpiderand 1 guest...