stop-watch -> stopwatch
This commit is contained in:
parent
3cd4b6e6bc
commit
a17ade5b3b
@ -39,12 +39,13 @@
|
|||||||
* [Telegraph](/projects/telegraph)
|
* [Telegraph](/projects/telegraph)
|
||||||
* [Railway Crossing](/projects/railway-crossing)
|
* [Railway Crossing](/projects/railway-crossing)
|
||||||
* [Karel](/projects/karel)
|
* [Karel](/projects/karel)
|
||||||
|
* [Stop Watch](/projects/stopwatch)
|
||||||
|
* [Name Tag](/projects/name-tag)
|
||||||
|
|
||||||
## #examples
|
## #examples
|
||||||
|
|
||||||
* [Examples](/examples)
|
* [Examples](/examples)
|
||||||
* [Blinky](/examples/blinky)
|
* [Blinky](/examples/blinky)
|
||||||
* [Name Tag](/examples/name-tag)
|
|
||||||
* [Rando](/examples/rando)
|
* [Rando](/examples/rando)
|
||||||
* [Plot Acceleration](/examples/plot-acceleration)
|
* [Plot Acceleration](/examples/plot-acceleration)
|
||||||
* [Plot Light Level](/examples/plot-light-level)
|
* [Plot Light Level](/examples/plot-light-level)
|
||||||
@ -52,7 +53,6 @@
|
|||||||
* [Servo Calibrator](/examples/servo-calibrator)
|
* [Servo Calibrator](/examples/servo-calibrator)
|
||||||
* [Game of Life](/examples/gameofLife)
|
* [Game of Life](/examples/gameofLife)
|
||||||
* [Egg and Spoon Race](/examples/egg-and-spoon)
|
* [Egg and Spoon Race](/examples/egg-and-spoon)
|
||||||
* [Stop Watch](/examples/stop-watch)
|
|
||||||
* [Radio Dashboard](/examples/radio-dashboard)
|
* [Radio Dashboard](/examples/radio-dashboard)
|
||||||
|
|
||||||
## #courses
|
## #courses
|
||||||
|
@ -14,8 +14,9 @@
|
|||||||
}, {
|
}, {
|
||||||
"name": "Stop Watch",
|
"name": "Stop Watch",
|
||||||
"description": "Easily track time",
|
"description": "Easily track time",
|
||||||
"url": "/projects/stop-watch",
|
"url": "/projects/stopwatch",
|
||||||
"imageUrl":"/static/mb/projects/stop-watch.png"
|
"imageUrl":"/static/mb/projects/stopwatch.png",
|
||||||
|
"cardType": "side"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Stopwatch
|
# Stopwatch
|
||||||
|
|
||||||
![A @boardname@ stopwatch toon image](/static/mb/projects/stop-watch.png)
|
![A @boardname@ stopwatch toon image](/static/mb/projects/stopwatch.png)
|
||||||
|
|
||||||
This project turns the @boardname@ into a simple stopwatch. Pressing **A** will start the timer. Pressing **A** again will show the amount of elapsed time and reset the timer. Let's get started.
|
This project turns the @boardname@ into a simple stopwatch. Pressing **A** will start the timer. Pressing **A** again will show the amount of elapsed time and reset the timer. Let's get started.
|
||||||
|
|
@ -16,12 +16,12 @@ Turtle graphics on your @boardname@ screen!
|
|||||||
"description": "Move in a spiral",
|
"description": "Move in a spiral",
|
||||||
"url": "/projects/turtle-spiral",
|
"url": "/projects/turtle-spiral",
|
||||||
"imageUrl":"/static/mb/projects/turtle-spiral.png",
|
"imageUrl":"/static/mb/projects/turtle-spiral.png",
|
||||||
"cardType": "sideProject"
|
"cardType": "side"
|
||||||
}, {
|
}, {
|
||||||
"name": "Scanner",
|
"name": "Scanner",
|
||||||
"description": "Scan down the screen",
|
"description": "Scan down the screen",
|
||||||
"url": "/projects/turtle-scanner",
|
"url": "/projects/turtle-scanner",
|
||||||
"imageUrl":"/static/mb/projects/turtle-scanner.png",
|
"imageUrl":"/static/mb/projects/turtle-scanner.png",
|
||||||
"cardType": "sideProject"
|
"cardType": "side"
|
||||||
}]
|
}]
|
||||||
```
|
```
|
||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue
Block a user