Skip to content

Releases: microbit-foundation/microbit-firmata

Firmata v1.3 for the Micro:bit

22 Mar 23:57
Compare
Choose a tag to compare

What's Changed

  • Code.org Integration by @epeach in #3
  • added vendorId for windows (0D28) by @cpietsch in #4
  • Fixed the board revision lookup to include newer 2.20 and 2.21 boards
  • Fixed the firmata version string to now use this format: [codal-microbit-v2=v0.2.49;softdeviceFWID=7.0.1~113] micro:bit Firmata 1.3 - Note; future releases may include other library versions in this string, so if firmata clients need a specific library they should scan for the library name in the semicolon delimited list then parse the version after the =.
  • Corrected the version reported to 1.3 (was broken in 1.2)
  • Updated the base CODAL version to v0.2.49
  • Updated the client library and tests to use the new features listed here and to not use deprecated calls in the serial library

New Contributors

Full Changelog: v1.2.0...v1.3.0

Firmata v1.2 for the Micro:bit

17 Feb 16:14
Compare
Choose a tag to compare

A release against the changes in CODAL for version v0.2.12 of the microbit-v2-samples repository.

Library Versions

  • microbit-v2-samples: f4ec2f76578178ebbdeef0724632963908a80813
  • codal-core: 75b92a9ef3a206cdc63f65576c03e2aa72b4a45b
  • codal-microbit-nrf5sdk: ef4662e13875a7b03e7296d7ac24a2b4d231f323
  • codal-microbit-v2: 6c1433e877e570f9958c1edab77062d4ed9220fd
  • codal-nrf52: 14bcffe406a044e50d89616b97bd3757d0a00e82

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.2.0

First Open Source Release

03 Oct 22:30
fd57211
Compare
Choose a tag to compare

This is our first release using GitHub of microbit-firmata, based on the work John Maloney did for the Micro:bit Educational Foundation. It's the basis for further open source development, but works well for the core subset of the micro:bit features.