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
This is the documentation for the micro:bit Universal Hex library.
16
18
17
19
Here you will find the available public API to convert Intel Hex strings into Universal Hex strings and vice-versa.
18
20
21
+
## Getting started
22
+
23
+
Read the [Quick guide](quick-guide.md).
24
+
19
25
## Universal Hex format
20
26
21
27
The micro:bit Universal Hex format is a superset of the
@@ -28,28 +34,24 @@ Detailed information of the Universal Hex format can be found in the [specificat
28
34
This TypeScript/JavaScript library can be used to create a
29
35
micro:bit Universal Hex from two or more micro:bit Intel Hex files.
30
36
31
-
## Online tool
37
+
## Web tool
32
38
33
-
An implementation example can be found in the [webtool.html](./examples/webtool.html)
34
-
in the repository and it is hosted in the
35
-
[micro:bit Tech Site](ttps://tech.microbit.org).
39
+
This [Universal Hex Creator web tool](https://tech.microbit.org/software/universal-hex-creator/) can
40
+
generate a Universal Hex from two Intel Hex files (one for micro:bit V1 and another for micro:bit V2).
36
41
37
-
This web tool can generate a Universal Hex from an Intel Hex file for micro:bit
38
-
V1 and an Intel Hex file for micro:bit V2.
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).
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).
42
45
43
46
## Related documentation
44
47
45
-
[micro:bit Universal Hex Specification](https://github.com/microbit-foundation/spec-universal-hex) contains a lot more information
46
-
about the file data format.
48
+
-[micro:bit Universal Hex Specification](https://github.com/microbit-foundation/spec-universal-hex) contains a lot more information
49
+
about the file data format.
47
50
48
-
[GitHub](https://microbit-foundation.github.io/microbit-universal-hex/) contains general documentation for this
49
-
library.
51
+
-[GitHub](https://microbit-foundation.github.io/microbit-universal-hex/) contains general documentation for this
52
+
library.
50
53
51
-
[The micro:bit Tech Site](https://tech.microbit.org) contains general technical information about the
52
-
micro:bit.
54
+
-[The micro:bit Tech Site](https://tech.microbit.org) contains general technical information about the micro:bit.
0 commit comments