Edit 'tools' projects (#1220)
* Edit 'tools' projects * Rename projects and fix linking
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user