Skip to content

Commit 59f8633

Browse files
committed
Update latest-revision-main.md
1 parent f194ca9 commit 59f8633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

latest-revision/latest-revision-main.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ lang: en
1212
* TOC
1313
{:toc}
1414

15-
The [**latest revision**](./announcement/) of the BBC micro:bit is designed to be completely familiar to anyone who has used the original device. It’s the same size, shape, looks very similar, and works in the same way. Every programme that could run on a micro:bit version 1 can be re-built to run on the latest revision.
15+
The [**latest revision**](./announcement/) of the BBC micro:bit is designed to be completely familiar to anyone who has used the original device. It’s the same size, shape, looks very similar, and works in the same way. Every program that could run on a micro:bit version 1 can be re-built to run on the latest revision.
1616

17-
The editors will support both versions simultaneously for features common to both boards,for example the motion sensor, LEDs, buttons etc.
17+
The editors will support both versions simultaneously for features common to both boards, for example the motion sensor, LEDs, buttons etc.
1818

1919
The latest revision builds upon the current micro:bit experience by refining the board and adding widely requested sound making and sensing capabilities.
2020

@@ -76,7 +76,7 @@ These pages provide further guidance on the updates for different audiences.
7676

7777
## Universal Editors & Universal Hex Files
7878

79-
In an effort to ensure the greatest degree of continuity for teachers, users will not need to select which version of the device they have before using MakeCode or the Python Editor. Instead, the editors will suport a new format called “universal hex” which can run on both micro:bit V1 and micro:bit V2 (more below)
79+
In an effort to ensure the greatest degree of continuity for teachers, users will not need to select which version of the device they have before using MakeCode or the Python Editor. Instead, the editors will support a new format called “universal hex” which can run on both micro:bit V1 and micro:bit V2 (more below)
8080

8181
This means that you can use MakeCode or the online Python Editor as you always have, to use all of the features that are common to both version of the BBC micro:bit: Display, buttons, motion sensing, gestures like shake, light sensing, and even the Music blocks.
8282

@@ -137,7 +137,7 @@ The **logo touch** is implemented in the same way as touching a pin on the edge
137137

138138
To access the features of the latest revision only (eg. to output sound only on the speaker and not the edge connector), you will need to add additional code to your programs. This ensures that the default editor experience continues to work for everyone, regardless of the board revision.
139139

140-
Features that are common to all board variants will work in the same way they always have. For example, you will be able to use the same blocks in MakeCode to use the acceleromater on any board revision.
140+
Features that are common to all board variants will work in the same way they always have. For example, you will be able to use the same blocks in MakeCode to use the accelerometer on any board revision.
141141

142142

143143
### Makecode

0 commit comments

Comments
 (0)