Skip to content

Instantly share code, notes, and snippets.

//===============================
// arduino
//===============================
void setup(){
Serial.begin(9600);
pinMode(13,INPUT);
}
void loop(){