micro:bit v2 support · Issue #27 · nrf-rs/microbit (original) (raw)

The micro:bit v2 was released in late 2020, and is incompatible with the v1. It uses the nRF52833, and has various other changes to the implementation.

Should this crate support it? It would have to be some kind of a v2 feature flag, so the user could cross-compile by switching the flag. Or it might be better as a separate crate.