SerialCmd/library.json
2026-02-09 05:08:15 -05:00

18 lines
443 B
JSON

{
"name": "SerialCmd",
"version": "0.1.0",
"description": "Lightweight serial command parser with flags, quoted strings, and auto-sync for Arduino",
"keywords": "serial, command, parser, cli, uart",
"repository": {
"type": "git",
"url": ""
},
"frameworks": "arduino",
"platforms": [
"espressif32",
"atmelavr",
"atmelsam",
"ststm32",
"raspberrypi"
]
}