18 lines
443 B
JSON
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"
|
|
]
|
|
}
|