microbit-clock

Crates.iomicrobit-clock
lib.rsmicrobit-clock
version
sourcesrc
created_at2024-12-18 16:48:32.121048
updated_at2024-12-18 16:48:32.121048
descriptionA simple clock app for the BBC micro:bit.
homepagehttps://github.com/bitfield/microbit-clock
repositoryhttps://github.com/bitfield/microbit-clock
max_upload_size
id1488266
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
John Arundel (bitfield)

documentation

https://docs.rs/microbit-clock

README

microbit-clock

https://github.com/user-attachments/assets/4a148535-1a39-46e1-833d-e016c0e4a1ab

A simple clock application for the BBC micro:bit. Deploy it to your connected micro:bit with:

cargo run

The micro:bit should start showing the time as '00:00'. Press button A to advance the hours, or button B to advance the minutes, to set the current time.

Commit count: 5

cargo fmt