From 1a0135d3a6c9d8d91e53d33708d8bb6c9ee3000b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 6 Dec 2014 22:40:01 +0200 Subject: [PATCH] PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.ikravets.com/#!/lib/show/110/I2Cdevlib-Core * Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html) --- MSP430/I2Cdev/library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MSP430/I2Cdev/library.json diff --git a/MSP430/I2Cdev/library.json b/MSP430/I2Cdev/library.json new file mode 100644 index 00000000..98e0963f --- /dev/null +++ b/MSP430/I2Cdev/library.json @@ -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" +}