Skip to content

Commit cd87b61

Browse files
committed
2 parents 3229f78 + 9cf9964 commit cd87b61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

hardware/edgeconnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ NOTE 2: A common way that the maximum pin voltages can be exceeded, is to attach
219219

220220
NOTE 3: The pin marked 'ACCESSIBILITY' is used to enable/disable an on-board accessibility mode, and should not be used for anything else (even though it can be used as a GPIO for testing). Future versions of the official micro:bit editors may remove the ability to write to this pin.
221221

222-
NOTE 4: The BBC suggest in the safety guide, that the maximum current you can draw from the whole edge connector at any one time is <span class="v1">V1</span>90mA. This is set based on the 30mA budget for on-board peripherals, and the fact that the on-board regulator of the KL26 when powered from USB is rated at a maximum of 120mA. On the latest board revision the maximum current is <span class="V2">V2</span>270mA, though it is possible that the on-board mic and speaker can draw more current, so this value is TBC.
222+
NOTE 4: The BBC suggest in the safety guide, that the maximum current you can draw from the whole edge connector at any one time is <span class="v1">V1</span>90mA. This is set based on the 30mA budget for on-board peripherals, and the fact that the on-board regulator of the KL26 when powered from USB is rated at a maximum of 120mA. On the latest board revision the maximum current is <span class="v2">V2</span>270mA, though it is possible that the on-board mic and speaker can draw more current, so this value is TBC.
223223

224224
### NRF52
225225

latest-revision/latest-revision-editors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To support all revisions of the micro:bit, you will need to ensure you use the l
6161

6262
## If you’re using the micro:bit profile over BLE
6363

64-
The BLE Profile for the micro:bit has also been update to ensure compatibility with both revisions of the board. We have published a binary that enables all BLE services available to the board and shows the connection status on the LED.
64+
The BLE Profile for the micro:bit has also been updated to ensure compatibility with both revisions of the board. We have published a binary that enables all BLE services available to the board and shows the connection status on the LED.
6565

6666
[Download the updated version of the BLE all services hex](https://preview-tech.microbit.org/latest-revision/assets/bluetooth-services.hex)
6767

@@ -104,4 +104,4 @@ A [Universal Hex JavaScript Library](https://github.com/microbit-foundation/micr
104104

105105
The Universal Hex format has been developed to ensure the best experience for users when moving between board variants. There may be cases where it is not possible to support both boards, for example an accessory that is designed only to target the V2 board variant. In these cases, to ensure the best user experience when flashing a hex file to any board variant, the file should always include an error message to signify board incompatibility to the user. If we do not do this, it results in a silent failure, which can be very confusing to users.
106106

107-
We have created a [standalone error hex](/docs/software/assets/stand-alone-error-v1.hex) that can be combined with a V2 only hex to produce a Hex that will work on a V2 board, but error if used on a V1.You can read more about how this works on the [Hex format](../../software/hex-format/) page.
107+
We have created a [standalone error hex](/docs/software/assets/stand-alone-error-v1.hex) that can be combined with a V2 only hex to produce a Hex that will work on a V2 board, but error if used on a V1.You can read more about how this works on the [Hex format](../../software/hex-format/) page.

latest-revision/latest-revision-main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This means that you can use MakeCode or the online Python Editor as you always h
8080

8181
## Feature availability
8282

83-
These are the V2 features and whether we expect them to work as expected ✅ or not 🔴, or there are issues still to be fixed 🔶.
83+
These are the V2 features and whether we expect them to work as expected ✅ or not 🛑, or there are issues still to be fixed 🔶.
8484

8585
| **Feature** | **Codal** | **MakeCode** | **MakeCode Simulator** | **MicroPython** |
8686
| ---------------- | --------- | ------------ | ---------------------- | --------------- |
@@ -92,7 +92,7 @@ These are the V2 features and whether we expect them to work as expected ✅ or
9292

9393
## Feature API availability
9494

95-
These are the V2 specific APIs and whether we expect them to work as expected ✅ or not 🔴, or there are issues still to be fixed 🔶.
95+
These are the V2 specific APIs and whether we expect them to work as expected ✅ or not 🛑, or there are issues still to be fixed 🔶.
9696

9797
{% include alert-info.html content="It is important that we work with the community to establish how these APIs work. As such they are subject to change as we get feedback and iterate on them.
9898
When they are finalised, we will notify people via the [DAL, Editors and Devices](https://microbit.us14.list-manage.com/subscribe?u=e1c30f24b90ff3d70275cfff2&id=25403c7650) newsletter." %}

0 commit comments

Comments
 (0)