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
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)
Fixesmicrobit-foundation/python-editor-v3#1209
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.
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.