RoboidControl-cpp/library.json
2025-03-07 11:47:45 +01:00

20 lines
418 B
JSON

{
"name": "RoboidCOntrol",
"version": "0.3.0",
"description": "Controlling Roboids",
"keywords": "robotics, networking",
"authors": [
{
"name": "Pascal Serrarens",
"email": "pascal@passer.life"
}
],
"license": "MPL",
"src": {
"include": "Thing.h",
"src": [
"Things/*.cpp",
"Arduino/*.cpp"
]
}
}