Files
SPPro/library.json
T
2026-06-16 04:59:02 +10:00

37 lines
967 B
JSON

{
"name": "SPPro",
"version": "0.1.0",
"description": "Portable C parser for the Selectronic SP PRO inverter serial protocol (CRC, frame build/parse, MD5 login, register decoding + scaling), with an optional thin Arduino C++ wrapper that works over any Stream (HardwareSerial, SoftwareSerial, WiFiClient).",
"keywords": "selectronic, sp pro, inverter, solar, battery, rs232, serial, energy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scottp/SPPro.git"
},
"authors": [
{
"name": "Scott P",
"maintainer": true
}
],
"frameworks": "*",
"platforms": "*",
"headers": ["sppro.h", "Sppro.h"],
"examples": [
{
"name": "Esp32SerialMonitor",
"base": "examples/Esp32SerialMonitor",
"files": ["Esp32SerialMonitor.ino", "platformio.ini"]
}
],
"export": {
"exclude": [
"extras",
"build",
".pio",
"**/build",
"**/.pio"
]
}
}