add Next buttons to projects
@ -59,5 +59,6 @@ input.onPinPressed(TouchPin.P2, () => {
|
|||||||
|
|
||||||
* click *run* to see if the code works as expected.
|
* click *run* to see if the code works as expected.
|
||||||
|
|
||||||
|
### ~button /projects/telegraph
|
||||||
|
NEXT: Telegraph
|
||||||
|
### ~
|
@ -104,3 +104,6 @@ basic.forever(() => {
|
|||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ~button /projects/hack-your-headphones
|
||||||
|
NEXT: Hack Your Headphones
|
||||||
|
### ~
|
@ -112,4 +112,8 @@ basic.pause(500);
|
|||||||
basic.clearScreen();
|
basic.clearScreen();
|
||||||
basic.pause(500);
|
basic.pause(500);
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ~button /projects/smiley-buttons
|
||||||
|
NEXT: Smiley Buttons
|
||||||
|
### ~
|
@ -71,3 +71,6 @@ input.onButtonPressed(Button.A, () => {
|
|||||||
|
|
||||||
* click *compile* and run your code on the micro:bit.
|
* click *compile* and run your code on the micro:bit.
|
||||||
|
|
||||||
|
### ~button /projects/banana-keyboard
|
||||||
|
NEXT: Banana Keyboard
|
||||||
|
### ~
|
@ -47,4 +47,8 @@ input.onPinPressed(TouchPin.P2, () => {
|
|||||||
. . # . .
|
. . # . .
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ~button /projects/rock-paper-scissors
|
||||||
|
NEXT: Rock Paper Scissors
|
||||||
|
### ~
|
@ -86,3 +86,7 @@ Have fun reviewing your simulation and analyze the acceleration by chart the Exc
|
|||||||
* The first person and second person take turns tilting the micro:bit in the "x" direction while the other player charts the data on the micro:bit!
|
* The first person and second person take turns tilting the micro:bit in the "x" direction while the other player charts the data on the micro:bit!
|
||||||
* Review and analyze the actual micro:bit device acceleration data on Excel
|
* Review and analyze the actual micro:bit device acceleration data on Excel
|
||||||
* Display acceleration with y or z using plot bar graph by changing acceleration from "x" to "y" or "z"
|
* Display acceleration with y or z using plot bar graph by changing acceleration from "x" to "y" or "z"
|
||||||
|
|
||||||
|
### ~button /projects/the-watch
|
||||||
|
NEXT: The Watch
|
||||||
|
### ~
|
@ -235,3 +235,7 @@ input.onButtonPressed(Button.B, () => {
|
|||||||
|
|
||||||
How else can you make your game better?
|
How else can you make your game better?
|
||||||
Ever hear of [Rock Paper Scissors Spock Lizard](http://www.samkass.com/theories/RPSSL.html)?
|
Ever hear of [Rock Paper Scissors Spock Lizard](http://www.samkass.com/theories/RPSSL.html)?
|
||||||
|
|
||||||
|
### ~button /projects/compass
|
||||||
|
NEXT: Compass
|
||||||
|
### ~
|
@ -66,4 +66,8 @@ input.onButtonPressed(Button.B, () => {
|
|||||||
# . . . #
|
# . . . #
|
||||||
. # # # .`);
|
. # # # .`);
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### ~button /projects/love-meter
|
||||||
|
NEXT: Love Meter
|
||||||
|
### ~
|
@ -108,3 +108,7 @@ Your telegraph is ready!
|
|||||||
* Connect the first micro:bit to your computer using your USB cable and put the telegraph script on it.
|
* Connect the first micro:bit to your computer using your USB cable and put the telegraph script on it.
|
||||||
* Connect the second micro:bit to your computer using your USB cable and run the telegraph script on it.
|
* Connect the second micro:bit to your computer using your USB cable and run the telegraph script on it.
|
||||||
* The first person and second person take turns pressing button A to play the telegraph game!
|
* The first person and second person take turns pressing button A to play the telegraph game!
|
||||||
|
|
||||||
|
### ~button /projects/radio
|
||||||
|
NEXT: Radio
|
||||||
|
### ~
|
BIN
docs/static/mb/projects/a1-display.png
vendored
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 26 KiB |
BIN
docs/static/mb/projects/a2-buttons.png
vendored
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
BIN
docs/static/mb/projects/a3-pins.png
vendored
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 32 KiB |
BIN
docs/static/mb/projects/a4-motion.png
vendored
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 18 KiB |
BIN
docs/static/mb/projects/a5-compass.png
vendored
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 16 KiB |
BIN
docs/static/mb/projects/a6-music.png
vendored
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 16 KiB |
BIN
docs/static/mb/projects/a7-conductive.png
vendored
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 16 KiB |
BIN
docs/static/mb/projects/a8-network.png
vendored
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 16 KiB |
BIN
docs/static/mb/projects/a9-radio.png
vendored
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 30 KiB |