Skip to content

Commit

Permalink
Remove examples section
Browse files Browse the repository at this point in the history
Due to rejected message and prevent future maintenance
  • Loading branch information
XavierBrassoud committed May 2, 2024
1 parent eb1427f commit 8cd6c77
Showing 1 changed file with 1 addition and 58 deletions.
59 changes: 1 addition & 58 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,62 +18,5 @@
"license": "MIT",
"homepage": "https://github.com/XavierBrassoud/Arduino_Epson_PNL_CE02.git",
"frameworks": "*",
"platforms": "*",
"examples": [
{
"name": "blink",
"base": "examples/blink",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"blink.ino"
]
},
{
"name": "buttons",
"base": "examples/buttons",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"buttons.ino"
]
},
{
"name": "display",
"base": "examples/display",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"display.ino"
],
"dependencies": {
"prenticedavid/MCUFRIEND_kbv": "^3",
"adafruit/Adafruit GFX Library": "^1",
"adafruit/Adafruit BusIO": "^1",
"Wire": "*",
"SPI": "*"
}
},
{
"name": "buttons",
"base": "examples/full",
"files": [
"platformio.ini",
"src/Epson_PNL_CE02.h",
"src/Epson_PNL_CE02.cpp",
"full.ino"
],
"dependencies": {
"mathertel/OneButton": "^2.5.0",
"prenticedavid/MCUFRIEND_kbv": "^3",
"adafruit/Adafruit GFX Library": "^1",
"adafruit/Adafruit BusIO": "^1",
"Wire": "*",
"SPI": "*"
}
}
]
"platforms": "*"
}

0 comments on commit 8cd6c77

Please sign in to comment.