aboutsummaryrefslogtreecommitdiffstats
path: root/ds3231.c
diff options
context:
space:
mode:
Diffstat (limited to 'ds3231.c')
-rwxr-xr-xds3231.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ds3231.c b/ds3231.c
index b4e7ff9..fb956bf 100755
--- a/ds3231.c
+++ b/ds3231.c
@@ -127,6 +127,7 @@ void Update_Current_Date_Time() {
I2C_Master_Stop();
}
+/*
void Write_Alarms() {
I2C_Master_Start(); // Start I2C
I2C_Master_Write(0xD0); // RTC Chip Address
@@ -144,4 +145,5 @@ void Write_Alarms() {
I2C_Master_Write(0); // Clear alarm flag bits
I2C_Master_Stop(); // Stop I2C
__delay_ms(200); // Wait 200ms
-} \ No newline at end of file
+}
+ */