File tree 3 files changed +18
-18
lines changed
3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 20
20
RTCZero rtc;
21
21
22
22
/* Change these values to set the current initial time */
23
- const uint8_t seconds = 0 ;
24
- const uint8_t minutes = 0 ;
25
- const uint8_t hours = 16 ;
23
+ const byte seconds = 0 ;
24
+ const byte minutes = 0 ;
25
+ const byte hours = 16 ;
26
26
27
27
/* Change these values to set the current initial date */
28
- const uint8_t day = 15 ;
29
- const uint8_t month = 6 ;
30
- const uint8_t year = 15 ;
28
+ const byte day = 15 ;
29
+ const byte month = 6 ;
30
+ const byte year = 15 ;
31
31
32
32
void setup ()
33
33
{
Original file line number Diff line number Diff line change 20
20
RTCZero rtc;
21
21
22
22
/* Change these values to set the current initial time */
23
- const uint8_t seconds = 0 ;
24
- const uint8_t minutes = 0 ;
25
- const uint8_t hours = 16 ;
23
+ const byte seconds = 0 ;
24
+ const byte minutes = 0 ;
25
+ const byte hours = 16 ;
26
26
27
27
/* Change these values to set the current initial date */
28
- const uint8_t day = 25 ;
29
- const uint8_t month = 9 ;
30
- const uint8_t year = 15 ;
28
+ const byte day = 25 ;
29
+ const byte month = 9 ;
30
+ const byte year = 15 ;
31
31
32
32
void setup ()
33
33
{
Original file line number Diff line number Diff line change 17
17
RTCZero rtc;
18
18
19
19
/* Change these values to set the current initial time */
20
- const uint8_t seconds = 0 ;
21
- const uint8_t minutes = 00 ;
22
- const uint8_t hours = 17 ;
20
+ const byte seconds = 0 ;
21
+ const byte minutes = 00 ;
22
+ const byte hours = 17 ;
23
23
24
24
/* Change these values to set the current initial date */
25
- const uint8_t day = 17 ;
26
- const uint8_t month = 11 ;
27
- const uint8_t year = 15 ;
25
+ const byte day = 17 ;
26
+ const byte month = 11 ;
27
+ const byte year = 15 ;
28
28
29
29
void setup ()
30
30
{
You can’t perform that action at this time.
0 commit comments