Edit 'tools' projects (#1220)

* Edit 'tools' projects

* Rename projects and fix linking
This commit is contained in:
Galen Nickel
2018-09-12 21:12:19 -07:00
committed by GitHub
parent e6593c1476
commit eae6e5a6be
7 changed files with 38 additions and 15 deletions

View File

@ -23,6 +23,7 @@ Fun games to build with your @boardname@.
```
## Multiplayer Games
```codecard
[{
"name": "Mood Radio",
@ -139,6 +140,30 @@ Fun games to build with your @boardname@.
}]
```
## Tools
```codecard
[{
"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"
}]
```
## More
```codecard