Skip to content

Commit

Permalink
Merge pull request #19 from OpenSprinkler/2.1.5
Browse files Browse the repository at this point in the history
Merge in 2.1.5
  • Loading branch information
rayshobby committed Jun 7, 2015
2 parents 4f39b4c + 12880aa commit 29f3b65
Show file tree
Hide file tree
Showing 15 changed files with 825 additions and 492 deletions.
2 changes: 0 additions & 2 deletions DS1307RTC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ void DS1307RTC::read( tmElements_t &tm)

void DS1307RTC::write(tmElements_t &tm)
{
static uint8_t initialized = 0;

if (ctrl_id == DS1307_CTRL_ID) {
Wire.beginTransmission(ctrl_id);
Wire.write((uint8_t)0x00); // reset register pointer
Expand Down
2 changes: 2 additions & 0 deletions EtherCard.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
// SI - Pin 11
// CS - Pin 8
//
#ifndef __PROG_TYPES_COMPAT__
#define __PROG_TYPES_COMPAT__
#endif

#ifndef EtherCard_h
#define EtherCard_h
Expand Down
Loading

0 comments on commit 29f3b65

Please sign in to comment.