Skip to content

Commit

Permalink
Ooops, misspelled "minute"
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Justen - Turicas committed Apr 22, 2011
1 parent 5dca73c commit a4d4f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DS1307.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void DS1307Class::begin() {
}

void DS1307Class::setDate(uint8_t year, uint8_t month, uint8_t dayOfMonth,
uint8_t dayOfWeek, uint8_t hour, uint8_t minue,
uint8_t dayOfWeek, uint8_t hour, uint8_t minute,
uint8_t second) {
Wire.beginTransmission(DS1307_ADDRESS);
Wire.send(0); //stop oscillator
Expand Down

0 comments on commit a4d4f0f

Please sign in to comment.