reduce to 5 menu items
This commit is contained in:
parent
7bced60466
commit
54b72ba312
@ -29,7 +29,11 @@ The BBC micro:bit was made possible by many [partners](https://www.microbit.co.u
|
|||||||
The micro:bit provides an easy and fun introduction to programming and making – switch on, program it to do something fun – wear it, customize it.
|
The micro:bit provides an easy and fun introduction to programming and making – switch on, program it to do something fun – wear it, customize it.
|
||||||
Just like Arduino, the micro:bit can be connected to and interact with sensors, displays, and other devices.
|
Just like Arduino, the micro:bit can be connected to and interact with sensors, displays, and other devices.
|
||||||
|
|
||||||
## Blocks or JavaScript
|
## Hardware: The Device
|
||||||
|
|
||||||
|
Learn about about the [hardware components](/device) of the micro:bit to make the most of it!
|
||||||
|
|
||||||
|
## Programming: Blocks or JavaScript
|
||||||
|
|
||||||
The student can program the BBC micro:bit using [Blocks](/blocks) or [JavaScript](/typescript), via the [micro:bit APIs](/reference):
|
The student can program the BBC micro:bit using [Blocks](/blocks) or [JavaScript](/typescript), via the [micro:bit APIs](/reference):
|
||||||
|
|
||||||
@ -37,7 +41,7 @@ The student can program the BBC micro:bit using [Blocks](/blocks) or [JavaScript
|
|||||||
basic.showString("Hi!");
|
basic.showString("Hi!");
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compile and Flash
|
## Compile and Flash: Your Program!
|
||||||
|
|
||||||
When a user has her code ready, she can connect her BBC micro:bit to a computer via a USB cable, so it appears as a mounted drive (named MICROBIT).
|
When a user has her code ready, she can connect her BBC micro:bit to a computer via a USB cable, so it appears as a mounted drive (named MICROBIT).
|
||||||
|
|
||||||
|
@ -93,26 +93,18 @@
|
|||||||
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
|
||||||
"boardName": "BBC micro:bit",
|
"boardName": "BBC micro:bit",
|
||||||
"docMenu": [
|
"docMenu": [
|
||||||
{
|
|
||||||
"name": "About",
|
|
||||||
"path": "/about"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Getting Started",
|
"name": "Getting Started",
|
||||||
"path": "/getting-started"
|
"path": "/getting-started"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ten Projects",
|
"name": "Projects",
|
||||||
"path": "/projects"
|
"path": "/projects"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Micro:bit APIs",
|
"name": "Reference",
|
||||||
"path": "/reference"
|
"path": "/reference"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Micro:bit Device",
|
|
||||||
"path": "/device"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Blocks",
|
"name": "Blocks",
|
||||||
"path": "/blocks"
|
"path": "/blocks"
|
||||||
|
Loading…
Reference in New Issue
Block a user