d0a40d1ae1
* tools lessons * updated summary * more images * wire up images * fixing radio send-value
26 lines
657 B
Markdown
26 lines
657 B
Markdown
# Tools
|
|
|
|
## Calibration
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Light Level Calibrator",
|
|
"description": "Calibrate light input",
|
|
"url": "/projects/light-level-calibrator",
|
|
"imageUrl": "/static/mb/projects/light-level-calibrator.png",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Analog Pin Calibrator",
|
|
"description": "Calibrate analog input",
|
|
"url": "/projects/analog-pin-calibrator",
|
|
"imageUrl": "/static/mb/projects/analog-pin-calibrator.png",
|
|
"cardType": "side"
|
|
}, {
|
|
"name": "Servo Calibrator",
|
|
"description": "Calibrate a servo",
|
|
"url": "/projects/servo-calibrator",
|
|
"imageUrl": "/static/mb/projects/servo-calibrator.png",
|
|
"cardType": "side"
|
|
}]
|
|
```
|