Skip to content

Tags: microbit-foundation/microbit-connection

Tags

v0.0.0-alpha.38

Toggle v0.0.0-alpha.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dispatch afterrequestdevice in error cases too. (#63)

v0.0.0-alpha.37

Toggle v0.0.0-alpha.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add deviceSelectionMode to MicrobitWebUSBConnectionOptions (#60)

Added a new configuration (`deviceSelectionMode`) for how a device should be selected.

`DeviceSelectionMode.AlwaysAsk` - Attempts to connect to known device, otherwise asks which device to connect with.
`DeviceSelectionMode.UseAnyAllowed` - Attempts to connect to known device, otherwise attempts to connect with any allowed devices. If that fails, asks which device to connect with.

v0.0.0-alpha.36

Toggle v0.0.0-alpha.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix WebUSB serial (#55)

Reinstate serial after flashing to fix starting of serial after flashing (main issue and related issue 1)
Don't start serial when flashing to fix flashing issues (related issue 2)

Fixes microbit-foundation/python-editor-v3#1209

v0.0.0-alpha.35

Toggle v0.0.0-alpha.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename writeUart with uartWrite (#54)

v0.0.0-alpha.34

Toggle v0.0.0-alpha.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added connection-specific interfaces and factory functions for export…

…ing instead (#50)

* Added specific interfaces for different connection types. This is helpful for mocking.
* Exported new factory functions for creating the connections instead of the class.
* Updated demo and docs to match changes.

v0.0.0-alpha.33

Toggle v0.0.0-alpha.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use TypeDocs to document API (#52)

Export a few missing types flagged by the docs generation. Some odd cases remain but not clear that exporting is the right plan.

v0.0.0-alpha.32

Toggle v0.0.0-alpha.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add magnetometer service (#48)

v0.0.0-alpha.31

Toggle v0.0.0-alpha.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bluetooth UART support (#46)

v0.0.0-alpha.30

Toggle v0.0.0-alpha.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add error logging for bluetooth connection failure (#45)

v0.0.0-alpha.29

Toggle v0.0.0-alpha.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update serial error message name (#43)