Skip to content

Commit

Permalink
Merge pull request #151 from metis-vela-unipd/master
Browse files Browse the repository at this point in the history
Update library.json for PlatformIO Registry
  • Loading branch information
vroland committed Feb 16, 2022
2 parents f280234 + e26f497 commit 67829fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
{
"name": "epdiy",
"version": "1.0.0",
"description": "Drive parallel e-Paper displays with epdiy-based boards.",
"keywords": "epd, driver, e-ink",
"repository": {
"type": "git",
"url": "https://github.com/vroland/epdiy.git"
},
"authors": [
{
"name": "Valentin Roland",
"email": "github@vroland.de",
"maintainer": true
}
],
"license": "LGPL-3.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": "espressif32",
"export": {
"exclude": [
"hardware"
]
},
"build": {
"includeDir": "src/epd_driver/include",
"srcDir": "src/epd_driver"
Expand Down

0 comments on commit 67829fc

Please sign in to comment.