Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: microbit-foundation/microbit-connection

Tags

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)

v0.0.0-alpha.28

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve serial error logging (#42)

v0.0.0-alpha.27

Toggle v0.0.0-alpha.27's commit message
Fix event class export