Skip to content
Snippets Groups Projects
Commit 458d1648 authored by Arlo's avatar Arlo
Browse files

Update arduino voltmeter

parent 89be2877
Branches
No related merge requests found
......@@ -23,5 +23,5 @@ Serial.print("\t V = ");
Serial.print(Vin);
Serial.print("\t I = ");
Serial.print(I);
delay(2000); //for maintaining the speed of the output in serial moniter
delay(2000); //for maintaining the speed of the output in serial moniter, in ms
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment