projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added incomplete MIDIToneGenerator project.
[pub/USBasp.git]
/
Projects
/
TemperatureDataLogger
/
Lib
/
DS1307.h
diff --git
a/Projects/TemperatureDataLogger/Lib/DS1307.h
b/Projects/TemperatureDataLogger/Lib/DS1307.h
index
4918360
..
90b91e3
100644
(file)
--- a/
Projects/TemperatureDataLogger/Lib/DS1307.h
+++ b/
Projects/TemperatureDataLogger/Lib/DS1307.h
@@
-100,8
+100,6
@@
#define DS1307_ADDRESS_WRITE 0b11010000
\r
\r
/* Function Prototypes: */
\r
- void DS1307_Init(void);
\r
-
\r
void DS1307_SetDate(uint8_t Day, uint8_t Month, uint8_t Year);
\r
void DS1307_SetTime(uint8_t Hour, uint8_t Minute, uint8_t Second);
\r
\r