pro-oci
/* Arduino code
void setup()
{
Serial.begin(38400);
}
void loop()
{
Serial.print(millis());
Serial.print(",");
Serial.print(analogRead(0));
Serial.print(",");
Serial.print(analogRead(1));
Serial.println(",");
}
*/
0 comments
You need to log in to post a comment