Skip to content

Commit

Permalink
changed arduino.h
Browse files Browse the repository at this point in the history
Wprogram.h was changed to arduino.h which is the new convention
  • Loading branch information
zevenwolf committed Oct 31, 2011
1 parent bc647b6 commit 6c4e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTClib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <Wire.h>
#include <avr/pgmspace.h>
#include "RTClib.h"
#include <WProgram.h>
#include <arduino.h>

#define DS1307_ADDRESS 0x68
#define SECONDS_PER_DAY 86400L
Expand Down

0 comments on commit 6c4e34b

Please sign in to comment.