Skip to content

Commit 28aa3e9

Browse files
committed
Merge pull request jrowberg#119 from ivankravets/patch-19
PlatformIO Library Registry manifest file
2 parents 4cd87d4 + 1a0135d commit 28aa3e9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MSP430/I2Cdev/library.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "I2Cdevlib-Core",
3+
"keywords": "i2cdevlib, i2c",
4+
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices.",
5+
"include": "MSP430/I2Cdev",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/jrowberg/i2cdevlib.git"
10+
},
11+
"frameworks": "energia",
12+
"platforms": "timsp430"
13+
}

0 commit comments

Comments
 (0)