removing .hex files
This commit is contained in:
parent
721d1aa115
commit
6450367c8b
@ -7,7 +7,7 @@ A collection of courses built for the @boardname@.
|
|||||||
|
|
||||||
```codecard
|
```codecard
|
||||||
[{
|
[{
|
||||||
"name": "CS Intro Heart",
|
"name": "CS Intro",
|
||||||
"url":"/courses/csintro",
|
"url":"/courses/csintro",
|
||||||
"imageUrl": "/static/courses/csintro.jpg"
|
"imageUrl": "/static/courses/csintro.jpg"
|
||||||
}]
|
}]
|
||||||
|
@ -10,10 +10,6 @@ For this activity, students will each need a micro:bit, a micro-USB cable, a com
|
|||||||
|
|
||||||
![micro:bit kit](/static/courses/csintro/making/microbit-kit.jpg)
|
![micro:bit kit](/static/courses/csintro/making/microbit-kit.jpg)
|
||||||
|
|
||||||
Download this file to your computer (right-click, Save As):
|
|
||||||
|
|
||||||
[**MicroPet program**](/static/courses/csintro/making/microbit-micropet.hex)
|
|
||||||
|
|
||||||
Open a browser window to [makecode.com](http://makecode.com), and select the micro:bit code editor
|
Open a browser window to [makecode.com](http://makecode.com), and select the micro:bit code editor
|
||||||
|
|
||||||
![micro:bit card icon](/static/courses/csintro/making/microbit-card-icon.png)
|
![micro:bit card icon](/static/courses/csintro/making/microbit-card-icon.png)
|
||||||
@ -38,6 +34,7 @@ basic.forever(() => {
|
|||||||
|
|
||||||
See the [**MicroPet**](https://makecode.microbit.org/_38yJ1PAkuKPV) project online.
|
See the [**MicroPet**](https://makecode.microbit.org/_38yJ1PAkuKPV) project online.
|
||||||
https://makecode.microbit.org/_38yJ1PAkuKPV
|
https://makecode.microbit.org/_38yJ1PAkuKPV
|
||||||
|
|
||||||
## Tour of Microsoft MakeCode
|
## Tour of Microsoft MakeCode
|
||||||
|
|
||||||
* **Simulator** - on the left side of the screen, you will see a virtual micro:bit that will show what your program will look like running on a micro:bit. This is helpful for debugging, and instant feedback on program execution.
|
* **Simulator** - on the left side of the screen, you will see a virtual micro:bit that will show what your program will look like running on a micro:bit. This is helpful for debugging, and instant feedback on program execution.
|
||||||
|
12863
docs/static/courses/csintro/making/microbit-MicroPet.hex
vendored
12863
docs/static/courses/csintro/making/microbit-MicroPet.hex
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user