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: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ micro:bit Universal Hex from two or more micro:bit Intel Hex files.
39
39
This [Universal Hex Creator web tool](https://tech.microbit.org/software/universal-hex-creator/) can
40
40
generate a Universal Hex from two Intel Hex files (one for micro:bit V1 and another for micro:bit V2).
41
41
42
-
An implementation example can be found in the [webtool.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/webtool.html) file, which produces this [Universal Hex Creator demo](./examples/webtool.html).
42
+
Implementation for [Universal Hex Creator demo](./examples/webtool.html)can be found in [webtool.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/webtool.html) file.
43
43
44
-
An implementation example showing the reverse process of separating a Universal Hex into individual Intel Hex files can be found in the [seperate.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/separate.html) file. It produces this [Universal Hex Separator demo](./examples/separate.html).
44
+
Implementation example for [Universal Hex Separator demo](./examples/separate.html)can be found in the [seperate.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/separate.html) file.
To create a Universal Hex from two Intel Hex strings, use {@link createUniversalHex}.
19
19
20
+
Implementation for [Universal Hex Creator demo](./examples/webtool.html) can be found in [webtool.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/webtool.html) file.
See [Universal Hex Creator demo](./examples/webtool.html) for example.
37
+
To separate a Universal Hex into its Intel Hex strings, use {@link separateUniversalHex}.
36
38
37
-
Separate a Universal Hex into its Intel Hex strings, use {@link separateUniversalHex}
39
+
Implementation example for [Universal Hex Separator demo](./examples/separate.html) can be found in the [seperate.html](https://github.com/microbit-foundation/microbit-universal-hex/blob/main/docs/examples/separate.html) file.
0 commit comments