Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added " } " at line 21 so it compiles ;)
  • Loading branch information
megasaturnv authored Jun 5, 2017
commit 0d8d7f2c4a9b05b55e5b8ef717f736daff66fa97
1 change: 1 addition & 0 deletions Secret_Voltmeter/Secret_Voltmeter.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ void setup() {
void loop() {
Serial.println( readVcc(), DEC );
delay(1000);
}