Skip to content

Instantly share code, notes, and snippets.

@biskandar
Created October 16, 2012 09:02
Show Gist options
  • Save biskandar/3898173 to your computer and use it in GitHub Desktop.
Save biskandar/3898173 to your computer and use it in GitHub Desktop.
Reading Arduino's Analog Pins with JSON Protocol by using WiFi Shield 2012101605
#include <aJSON.h>
void loop() {
if ( ( ctrSeconds % secDebug ) == 0 ) {
// infoAnalogs() ;
Serial.println( aJson.print( jsonAnalogs() ) ) ;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment