Hi,
I have a problem with analogRead and Wifi.begin. I'm using CC3200 and Energia to test. I connect one potentiometer to Pin_60 (ADC_CH3) and a PIR sensor to Pin_50. Here comes the joke.
If i try to read the values :
a= analogRead(24);
b= digitalRead(30);
the sketch works perfectly. But if i include the Wifi library, and I write Wifi.begin() in the setup, the values read aren't correct.
What happen here? Are there something i'm forgetting? Affect Wifi to ADC?