Quantcast
Channel: Sensors - Arduino Forum
Viewing all articles
Browse latest Browse all 1078

Works in arduino IDE but does not work when implementing in cloud

$
0
0

I am trying to get the code below to work. It works flawlessly in the IDE. Does not work when using this cloud platform. Very simple test code to read analog values...

void loop() {
ArduinoCloud.update();
// Your code here

Serial.println(analogRead(A2));

delay(100);

}

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 1078

Trending Articles