Skip to content

Commit

Permalink
Added compatibility with Arduino IDE >= 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leomil72 committed Feb 20, 2016
1 parent c46ad68 commit c95bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/swRTCled/swRTCled.ino
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include <swRTC.h>
swRTC rtc;
#define LED_PIN 13 //change this to wathever you want
#define LED_PIN 8 //change this to wathever you want
byte state=1;
byte second;

Expand Down

0 comments on commit c95bf02

Please sign in to comment.