This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Releases: arduino-libraries/ArduinoCloudThing
Releases · arduino-libraries/ArduinoCloudThing
1.7.3
In #55 the possibility for retrieving a epoch type timestamp via a registered callback function has been introduced, the changes in arduino-libraries/ArduinoIoTCloud#93 register such a function which allows us to to remove the hidden dependency to RTCZero altogether.
1.7.2
- This release adds a function to register a callback function for retrieving a global timestamp.
Up until now ArduinoCloudThing
is relying on the RTC within the SAMD MCU which is instantiated
RTCZero rtc;
within ArduinoIoTCloud
and referenced within ArduinoCloudThing via extern declaration
. Due to the late binding caused by extern
this is a very brittle dependency which can be easily destroyed, it is therefore better to explicitly register a function which provides the time (like TimeService::getTime()
available within ArduinoIoTCloud
).
1.7.1
1.7.0
1.6.5
1.6.4
1.6.3
- Fix dimmed typo
- Removed dependency lib examples in LinkedList library