Skip to content

Commit 3a0d3cd

Browse files
committed
Add library.json for platformio registry
1 parent 1c32969 commit 3a0d3cd

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed
File renamed without changes.

library.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "DS3231",
3+
"version": "0.1.0",
4+
"description": "MBED OS Library for interacting with \"DS3231\" RTC",
5+
"keywords": "ds3231, mbed os",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/jaster-prj/mbed-ds3231.git"
10+
},
11+
"authors":
12+
[
13+
{
14+
"name": "Justin Jordan"
15+
},
16+
{
17+
"name": "Tobias Jaster",
18+
"email": "[email protected]",
19+
"maintainer": true
20+
}
21+
],
22+
"license": "MIT",
23+
"dependencies": {
24+
"jaster-prj/mbed-gpiolib": "~0.1.0"
25+
},
26+
"frameworks": "mbed",
27+
"platforms": "*"
28+
}

ds3231.cpp renamed to src/ds3231.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
**********************************************************************/
4747

4848

49-
#include "ds3231.h"
49+
#include "../inc/ds3231.h"
5050

5151

5252
/**********************************************************//**

0 commit comments

Comments
 (0)