Skip to content

added SAMD51 support #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
= RTC Library for Arduino =

The RTC library enables an Arduino Zero or MKR1000 board to take control of the internal RTC.
The RTC library enables a supported board to take control of the internal RTC.
Supported boards are:
SAMD21-based boards (Arduino Zero, MKR1000, Adafruit Feather M0, Sparkfun SAMD21 Mini Breakout, etc),
SAMD51-based boards (Adafruit Grand Central M4, SparkFun SAMD51 Thing Plus, etc).

For more information about this library please visit us at
http://arduino.cc/en/Reference/RTC
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name=RTCZero
version=1.6.0
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Allows to use the RTC functionalities. For Arduino Zero, MKRZero and MKR1000 only.
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.
sentence=Allows to use the RTC functionalities. For Arduino Zero, MKRZero, MKR1000 (SAMD21), and SAMD51 boards.
paragraph=With this library you can use the RTC peripheral of a supported board in order to program actions related to date and time. Supported boards are: SAMD21-based boards (Arduino Zero, MKR1000, Adafruit Feather M0, Sparkfun SAMD21 Mini Breakout, etc), SAMD51-based boards (Adafruit Grand Central M4, SparkFun SAMD51 Thing Plus, etc).
category=Timing
url=http://www.arduino.cc/en/Reference/RTC
architectures=samd
Loading