Skip to content

Commit 6abb1d7

Browse files
karlsoderbyalranel
andauthored
Update content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md
Co-authored-by: Alessandro Ranellucci <[email protected]>
1 parent 59b92a8 commit 6abb1d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ This data can be stored in a `CloudTime` variable, and can be visualed using the
141141
myTimeVariable = ArduinoCloud.getLocalTime()
142142
```
143143

144-
***Note that the [Arduino_IoTCloud](https://github.com/arduino-libraries/ArduinoIoTCloud) library creates an instance of `rtc`, using the [RTCZero](https://github.com/arduino-libraries/RTCZero) library. As there is only one hardware instance, you cannot have multiple `rtc` instances.***
144+
***Note that when using a board equipped with a hardware Real-Time Clock (RTC) the [Arduino_IoTCloud](https://github.com/arduino-libraries/ArduinoIoTCloud) library will use it automatically, thus communicating with the RTC from within your sketch or other libaries is not recommended. You can use the `getLocalTime()` and `getInternalTime()` methods provided by Arduino_IoTCloud instead.
145+
***
145146

146147
## Things
147148

0 commit comments

Comments
 (0)