You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: latest-revision/latest-revision-main.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ lang: en
12
12
* TOC
13
13
{:toc}
14
14
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.
16
16
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.
18
18
19
19
The latest revision builds upon the current micro:bit experience by refining the board and adding widely requested sound making and sensing capabilities.
20
20
@@ -76,7 +76,7 @@ These pages provide further guidance on the updates for different audiences.
76
76
77
77
## Universal Editors & Universal Hex Files
78
78
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)
80
80
81
81
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.
82
82
@@ -137,7 +137,7 @@ The **logo touch** is implemented in the same way as touching a pin on the edge
137
137
138
138
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.
139
139
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.
0 commit comments