tools lessons (#1218)
* tools lessons * updated summary * more images * wire up images * fixing radio send-value
This commit is contained in:
25
docs/projects/tools.md
Normal file
25
docs/projects/tools.md
Normal file
@ -0,0 +1,25 @@
|
||||
# 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"
|
||||
}]
|
||||
```
|
Reference in New Issue
Block a user