Skip to content

Commit

Permalink
Init LED pin properly
Browse files Browse the repository at this point in the history
  • Loading branch information
voltivo committed Aug 20, 2014
1 parent 87083b9 commit 3fbf3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xyz_dv_eprom.ino
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ byte sr;
NanodeUNIO unio(NANODE_MAC_DEVICE);

void setup() {
pinMode(13, OUTPUT)
Serial.begin(115200);
}

Expand Down

0 comments on commit 3fbf3c8

Please sign in to comment.