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