Skip to content

Commit

Permalink
Added support for using the library with platformio library manager
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyDeg committed Jun 2, 2018
1 parent bc83d73 commit 3e5b03a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions library.json
@@ -0,0 +1,22 @@
{
"name": "SparkFun DS3234 Real-Time Clock (RTC)",
"keywords": "RTC, DS3234, SparkFun",
"description": "Arduino library for the SPI-based DS3234 real time clock (RTC). Allows you to set and read the time and date, set both alarms, and configure the SQW output pin.",
"repository":
{
"type": "git",
"url": "https://github.com/sparkfun/SparkFun_DS3234_RTC_Arduino_Library.git"
},
"authors":
[
{
"name": "SparkFun Electronics",
"email": "techsupport@sparkfun.com",
"url": "https://www.sparkfun.com/",
"maintainer": true
}
],
"version": "1.1.0",
"frameworks": "arduino",
"platforms": "*"
}

0 comments on commit 3e5b03a

Please sign in to comment.