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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@ This project is a work in progress. We are extracting WebUSB and Web Bluetooth c
4
4
5
5
It is intended to be used by other Micro:bit Educational Foundation projects that need to connect to a BBC micro:bit.
6
6
7
-
The API is not stable and it's not yet recommended that third parties use this project.
7
+
The API is not stable and it's not yet recommended that third parties use this project unless they are happy to update usage as the API evolves.
8
+
9
+
[Alpha releases are now on NPM](https://www.npmjs.com/package/@microbit/microbit-connection).
10
+
11
+
[This Python Editor PR](https://github.com/microbit-foundation/python-editor-v3/pull/1190) tracks updating the micro:bit Python Editor to use this library.
12
+
13
+
[micro:bit CreateAI](https://github.com/microbit-foundation/ml-trainer/) is already using this library for WebUSB and Web Bluetooth.
0 commit comments