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
# JavaScript library for micro:bit connections in browsers via USB and Bluetooth
2
+
3
+
This project is a work in progress. We are extracting WebUSB and Web Bluetooth code from the [micro:bit Python Editor](https://github.com/microbit-foundation/python-editor-v3/) and other projects.
4
+
5
+
It is intended to be used by other Micro:bit Educational Foundation projects that need to connect to a BBC micro:bit.
6
+
7
+
The API is not stable and it's not yet recommended that third parties use this project.
8
+
9
+
## License
10
+
11
+
This software is under the MIT open source license.
12
+
13
+
[SPDX-License-Identifier: MIT](LICENSE)
14
+
15
+
We use dependencies via the NPM registry as specified by the package.json file under common Open Source licenses.
16
+
17
+
Full details of each package can be found by running `license-checker`:
0 commit comments