Search found 2 matches
- Fri Apr 07, 2023 2:54 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 在esp-idf中使用arduino作为组件后怎样使用arduino的库
- Replies: 0
- Views: 822
在esp-idf中使用arduino作为组件后怎样使用arduino的库
在esp-idf中使用arduino作为组件后怎样使用arduino的库,例如我此时需要使用arduino的第三方库blinker,怎样使用?
- Tue Mar 14, 2023 8:06 pm
- Forum: ESP-IDF
- Topic: Esp32s3 How to recycle the used ADC pin in the ESP-IDF
- Replies: 0
- Views: 617
Esp32s3 How to recycle the used ADC pin in the ESP-IDF
Esp32s3 How to recycle the used ADC pin in the idf framework, for example, when I use gpio4 as the ADC pin, I need it to send low level after the ADC measurement, but the following code does not work. When using gpio_ reset_ pin(4); The restart will be triggered when the statement is commented out, ...