File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ npm install @microbit/microbit-universal-hex
18
18
To create a Universal Hex from two Intel Hex strings, use {@link createUniversalHex}.
19
19
20
20
``` js
21
- import microbitUh from ' @microbit/microbit-universal-hex' ;
21
+ import * as microbitUh from ' @microbit/microbit-universal-hex' ;
22
22
23
23
const universalHex = microbitUh .createUniversalHex ([
24
24
{
@@ -37,7 +37,7 @@ See [Universal Hex Creator demo](./examples/webtool.html) for example.
37
37
Separate a Universal Hex into its Intel Hex strings, use {@link separateUniversalHex}
38
38
39
39
``` js
40
- import microbitUh from ' @microbit/microbit-universal-hex' ;
40
+ import * as microbitUh from ' @microbit/microbit-universal-hex' ;
41
41
42
42
if (microbitUh .isUniversalHex (intelHexStr)) {
43
43
const separatedBinaries = microbitUh .separateUniversalHex (intelHexStr);
You can’t perform that action at this time.
0 commit comments