setDateTime()
accepts int
s as parameters, yet you give it char
array.
The call should be:
clock.setDataTime(2017, 3, 22, 16, 20, 4);
0
solved error: invalid conversion from ‘char*’ to ‘uint32_t
setDateTime()
accepts int
s as parameters, yet you give it char
array.
The call should be:
clock.setDataTime(2017, 3, 22, 16, 20, 4);
0
solved error: invalid conversion from ‘char*’ to ‘uint32_t