Skip to content

Commit

Permalink
Added library manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxullo committed Aug 12, 2016
1 parent 157eaec commit 0f6883a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "TCM2lib",
"keywords": "e-ink,display,graphics,tcm2,spi",
"description": "Arduino library for the MPico TCM2 E-Ink timings module",
"authors":
{
"name": "OXullo Intersecans",
"email": "[email protected]",
"url": "https://github.com/oxullo/",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/oxullo/Arduino-TCM2"
},
"version": "1.0.0",
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam"]
}
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=TCM2lib
version=1.0.0
author=OXullo Intersecans <[email protected]>
maintainer=OXullo Intersecans <[email protected]>
sentence=Arduino library for the MPico TCM2 E-Ink timings module
paragraph=This library can be used in conjunction with a Pervasive Displays S1441CS121 4.41" E-Ink kit and provides a graphic to EPD format converting tool
category=Display
url=https://github.com/oxullo/Arduino-TCM2
architectures=*

0 comments on commit 0f6883a

Please sign in to comment.