Search found 1 match

by kherNI
Thu Dec 22, 2016 3:09 pm
Forum: ESP32 Arduino
Topic: Conflict between WiFi.h and analogRead
Replies: 1
Views: 12302

Conflict between WiFi.h and analogRead

If I don't #include <WiFi.h> my sketch runs fine with respect to testing out the analogRead function. The device is registering the proper analog signals on pins 12, 14, 26 & 27. Some are 0 and some vary with the value from a connected sensor, all are correct. However, if I #include <WiFi.h> in my s...