index
:
I2C_LCD.X
master
Unnamed repository; edit this file 'description' to name the repository.
GIT Owner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
ds3231.h
1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds3231.h b/ds3231.h
index c361ff1..500935d 100755
--- a/
ds3231.h
+++ b/
ds3231.h
@@ -1,6 +1,7 @@
#include "conf.h"
char dayOfWeek[7][4];
+char monthOfYear[12][4];
int BCD_2_DEC(int);
int DEC_2_BCD(int);