mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"name": "RoverPeripheralFirmata",
|
|
"version": "0.1.0",
|
|
"description": "Self-describing Firmata controls for MultiRoombaRover ESP32 peripherals",
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif32",
|
|
"dependencies": {
|
|
"bblanchon/ArduinoJson": "^7.4.2",
|
|
"madhephaestus/ESP32Servo": "^3.0.8"
|
|
}
|
|
}
|