Skip to content

Commit

Permalink
Merge pull request jrowberg#119 from ivankravets/patch-19
Browse files Browse the repository at this point in the history
PlatformIO Library Registry manifest file
  • Loading branch information
jrowberg committed Dec 7, 2014
2 parents 4cd87d4 + 1a0135d commit 28aa3e9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MSP430/I2Cdev/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "I2Cdevlib-Core",
"keywords": "i2cdevlib, i2c",
"description": "The I2C Device Library (I2Cdevlib) is a collection of uniform and well-documented classes to provide simple and intuitive interfaces to I2C devices.",
"include": "MSP430/I2Cdev",
"repository":
{
"type": "git",
"url": "https://github.com/jrowberg/i2cdevlib.git"
},
"frameworks": "energia",
"platforms": "timsp430"
}

0 comments on commit 28aa3e9

Please sign in to comment.