serial-reader/library.json
2025-09-17 16:05:21 +02:00

22 lines
459 B
JSON

{
"name": "SerialReader",
"version": "1.0.1",
"description": "Helper class for reading Serial input, without blocking",
"repository":
{
"type": "git",
"url": "https://git.hodos.ro/libraries/serial-reader.git"
},
"authors":
[
{
"name": "Nicu Hodos",
"email": "nicu@hodos.ro",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}