From dbcfa9d04bb0ba3426fb237ad06947454864ba21 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon <44397098+microbit-matt-hillsdon@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:26:38 +0000 Subject: [PATCH] Update as no longer experimental --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecaa0251..cd861fb1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ as an iframe. The embedding API and URLs are not yet stable and are subject to change. If you are interested in embedding the simulator in your application please [get in touch](mailto:support@microbit.org). -The URL to embed is https://python-simulator.usermbit.org/v/0.1/simulator.html (URL may change in future, for experimentation only). +The URL to embed is https://python-simulator.usermbit.org/v/0.1/simulator.html. +You can embed this in your application directly. We would love to hear about +your use of the simulator so please open an issue to get in touch. The iframe provides the micro:bit board user interface and some limited interactions. It does not provide a terminal for serial/the REPL or any UI to change the board sensor state.