8aca3d3804
* adding plot acceleration * added console
44 lines
1.1 KiB
Markdown
44 lines
1.1 KiB
Markdown
# Tools
|
|
|
|
## Sensors
|
|
|
|
```codecard
|
|
[
|
|
{
|
|
"name": "Plot Acceleration",
|
|
"description": "Use the screen to how the accelerometer works",
|
|
"url": "/projects/plot-acceleration",
|
|
"imageUrl": "/static/mb/projects/plot-acceleration.png",
|
|
"cardType": "side"
|
|
} ,{
|
|
"name": "Light Level Meter",
|
|
"description": "Measure light input",
|
|
"url": "/projects/light-level-meter",
|
|
"imageUrl": "/static/mb/projects/light-level-meter.png",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Analog Pin Tester",
|
|
"description": "Test analog input",
|
|
"url": "/projects/analog-pin-tester",
|
|
"imageUrl": "/static/mb/projects/analog-pin-tester.png",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Servo Calibrator",
|
|
"description": "Calibrate a servo",
|
|
"url": "/projects/servo-calibrator",
|
|
"imageUrl": "/static/mb/projects/servo-calibrator.png",
|
|
"cardType": "side"
|
|
}]
|
|
```
|
|
|
|
## Streaming
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Radio Bridge",
|
|
"description": "Send radio messages to editor",
|
|
"url": "/projects/radio-bridge",
|
|
"imageUrl": "/static/mb/projects/radio-bridge.png",
|
|
"cardType": "example"
|
|
}]
|
|
``` |