Skip to content

Commit

Permalink
PlatformIO Library Registry manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 6, 2014
1 parent 6bec9a6 commit 3ed56ac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Arduino/SSD1308/library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "I2Cdevlib-SSD1308",
"keywords": "oled, pled, display, driver, i2cdevlib, i2c",
"description": "SSD1308 is a single-chip CMOS OLED/PLED driver with controller for organic / polymer light emitting diode dot-matrix graphic display system",
"include": "Arduino/SSD1308",
"repository":
{
"type": "git",
"url": "https://github.com/jrowberg/i2cdevlib.git"
},
"dependencies":
{
"name": "I2Cdevlib-Core",
"frameworks": "arduino"
},
"frameworks": "arduino",
"platforms": "atmelavr"
}

0 comments on commit 3ed56ac

Please sign in to comment.