Skip to content

Commit f75ebf6

Browse files
committed
Added compatibility reference for MKR1000
1 parent ad71918 commit f75ebf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= RTC Library for Arduino =
22

3-
The RTC library enables an Arduino Zero board to take control of the internal RTC.
3+
The RTC library enables an Arduino Zero or MKR1000 board to take control of the internal RTC.
44

55
For more information about this library please visit us at
66
http://arduino.cc/en/Reference/RTC

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=RTCZero
2-
version=1.4.1
2+
version=1.4.2
33
author=Arduino
44
maintainer=Arduino <[email protected]>
5-
sentence=Allows to use the RTC functionalities. For Arduino Zero only.
6-
paragraph=With this library you can use the RTC peripheral of an Arduino Zero in order to program actions related to date and time.
5+
sentence=Allows to use the RTC functionalities. For Arduino Zero and MKR1000 only.
6+
paragraph=With this library you can use the RTC peripheral of an Arduino Zero or MKR1000 in order to program actions related to date and time.
77
category=Timing
88
url=http://www.arduino.cc/en/Reference/RTCZero
99
architectures=samd

0 commit comments

Comments
 (0)