Skip to content

Commit e19fa69

Browse files
docs: Add page for Online Tool.
1 parent b481b10 commit e19fa69

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Contributing
4-
nav_order: 5
4+
nav_order: 6
55
---
66

77
# Contributing

docs/online-tool.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: Online Tool
4+
nav_order: 5
5+
---
6+
7+
# Online Tool
8+
9+
An implementation example can be found in the `docs/examples/webtool.html` file
10+
in the repository and it is hosted in the
11+
[micro:bit Tech Site](ttps://tech.microbit.org).
12+
13+
This web tool can generate a Universal Hex from an Intel Hex file for micro:bit
14+
V1 and an Intel Hex file for micro:bit V2.
15+
16+
[Click here to go to the Universal Hex Creator](https://tech.microbit.org/software/universal-hex-creator/){: .btn .btn-purple }
17+
18+
![Online Tool screenshot](img/web-tool-screenshot.png)

0 commit comments

Comments
 (0)