Search found 1 match

by huangyuzhe
Tue Nov 07, 2023 5:45 am
Forum: General Discussion
Topic: esp32 questing
Replies: 1
Views: 681

esp32 questing

I am using the arduino ide environment to develop esp32 wroom32u, and now I am encountering the following problem: I plan to use the io14 port to check the battery level, but using analogread() to read the result is 0, and using digitalread() to read the result is 1. My overall code uses WiFi functi...