st-4-esp32/library.json

45 lines
1.1 KiB
JSON

{
"name": "ST4-ESP32",
"version": "2026.02.17",
"description": "ESP32 ST-4 autoguider port controller with WiFi/WebSocket support, hardware-timer pulse guiding, and FreeRTOS thread safety",
"keywords": [
"telescope",
"autoguider",
"st-4",
"mount-control",
"pulse-guiding",
"satellite-tracking",
"ham-radio",
"esp32"
],
"repository": {
"type": "git",
"url": "https://git.supported.systems/warehack.ing/st-4-esp32"
},
"authors": [
{
"name": "Ryan Malloy",
"email": "ryan@supported.systems"
}
],
"license": "LGPL-3.0-or-later",
"frameworks": "arduino",
"platforms": "espressif32",
"headers": "ST4.h",
"dependencies": {
"bblanchon/ArduinoJson": "^7.0.0"
},
"build": {
"flags": [
"-I include"
]
},
"examples": [
"examples/basic_gpio/basic_gpio.ino",
"examples/serial_compatible/serial_compatible.ino",
"examples/pulse_guide/pulse_guide.ino",
"examples/wifi_control/wifi_control.ino",
"examples/alpaca_server/alpaca_server.ino"
]
}