14 lines
318 B
JSON
14 lines
318 B
JSON
{
|
|
"name": "SpiManager",
|
|
"keywords": "spi",
|
|
"description": "Library for managing the allocation of dedicated or shared SPI buses on the ESP32.",
|
|
"authors": {
|
|
"name": "Lennart Ferlemann"
|
|
},
|
|
"version": "0.0.1",
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif32"
|
|
]
|
|
}
|