tools lessons (#1218)

* tools lessons

* updated summary

* more images

* wire up images

* fixing radio send-value
This commit is contained in:
Peli de Halleux
2018-09-12 13:26:39 -07:00
committed by GitHub
parent 5dde6947d3
commit d0a40d1ae1
11 changed files with 51 additions and 26 deletions

View File

@ -43,16 +43,6 @@ Here are some fun programs for your @boardname@!
"description": "Chart acceleration on the LED screen",
"url": "/examples/plot-acceleration",
"cardType": "example"
}, {
"name": "Plot Light Level",
"description": "Chart light level on the LED screen",
"url": "/examples/plot-light-level",
"cardType": "example"
}, {
"name": "Plot Analog Pin",
"description": "Chart analog input on the LED screen",
"url": "/examples/plot-analog-pin",
"cardType": "example"
}, {
"name": "Radio Dashboard",
"description": "A dashboard for radio clients",
@ -60,14 +50,3 @@ Here are some fun programs for your @boardname@!
"cardType": "example"
}]
```
## Actuators
```codecard
[{
"name": "Servo Calibrator",
"description": "Calibrate a servo",
"url": "/examples/servo-calibrator",
"cardType": "example"
}]
```