lunar-vein-arduino/src/data/control-navigation.json
2024-03-06 22:42:23 +07:00

30 lines
525 B
JSON

[
{
"name": "Serial Monitor",
"target": "#serial-monitor"
},
{
"name": "LED",
"target": "#led"
},
{
"name": "RGB LED",
"target": "#rgb-led"
},
{
"name": "Piezo",
"target": "#piezo"
},
{
"name": "Moto Servo",
"target": "#moto-servo"
},
{
"name": "Photoresistor",
"target": "#photoresistor"
},
{
"name": "Ultrasonic sensor",
"target": "#ultrasonic-sensor"
}
]