21 lines
606 B
JSON
21 lines
606 B
JSON
{
|
|
"name": "ES32A08",
|
|
"version": "1.0.0",
|
|
"description": "Library for ES32A08 board to handle relays, digital inputs, and 7-segment display",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.technosoutien.com/mgillespie/Library-ES32A08.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Maxime Gillespie",
|
|
"email": "maxime@technosoutien.com",
|
|
"url": "https://git.technosoutien.com/mgillespie"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif32"],
|
|
"dependencies": {}
|
|
}
|