Crates.io | microbit-clock |
lib.rs | microbit-clock |
version | |
source | src |
created_at | 2024-12-18 16:48:32.121048 |
updated_at | 2024-12-18 16:48:32.121048 |
description | A simple clock app for the BBC micro:bit. |
homepage | https://github.com/bitfield/microbit-clock |
repository | https://github.com/bitfield/microbit-clock |
max_upload_size | |
id | 1488266 |
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` |
size | 0 |
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.