Initial commit
This commit is contained in:
15
code/inc/DS3231.h
Normal file
15
code/inc/DS3231.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _DS3231_h
|
||||
#define _DS3231_h
|
||||
|
||||
#define DS3231_ADDRESS 0b1101000
|
||||
|
||||
#define REG_SECONDS 0x00 //Sekunden Register
|
||||
|
||||
|
||||
|
||||
|
||||
void DS3231_init(void);
|
||||
int DS3231_seconds(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user