From c95bf02a93340c7af57ba690087d68f08c2872cc Mon Sep 17 00:00:00 2001 From: Leonardo Miliani Date: Sat, 20 Feb 2016 20:06:24 +0100 Subject: [PATCH] Added compatibility with Arduino IDE >= 1.6.7 --- examples/swRTCled/swRTCled.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/swRTCled/swRTCled.ino b/examples/swRTCled/swRTCled.ino index 8a3f32c..e0dec1d 100644 --- a/examples/swRTCled/swRTCled.ino +++ b/examples/swRTCled/swRTCled.ino @@ -14,7 +14,7 @@ #include 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;