Skip to content

Commit a317379

Browse files
committed
Add crates.io and docs.rs badges
1 parent 4ca86f2 commit a317379

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1-
microbit
2-
========
1+
# microbit
2+
3+
[![microbit on crates.io][cratesio-image]][cratesio]
4+
[![microbit on docs.rs][docsrs-image]][docsrs]
5+
6+
[cratesio-image]: https://img.shields.io/crates/v/microbit.svg
7+
[cratesio]: https://crates.io/crates/microbit
8+
[docsrs-image]: https://docs.rs/microbit/badge.svg
9+
[docsrs]: https://docs.rs/microbit
310

411
_microbit_ contains everything required to get started with the use of Rust to create firmwares for the fabulous [BBC micro:bit][] microcontroller board. This little board has everything and a kitchen sink built-in, even a capable debugging interface, so all that one needs to get going with programming this device is:
512

@@ -18,7 +25,6 @@ A guide to embedded development with Rust on the _microbit_ using this crate can
1825
[myblog]: https://www.eggers-club.de/blog/2018/05/31/rust-on-the-microbit-101-part-1
1926
[microrust]: https://droogmic.github.io/microrust/
2027

21-
License
22-
-------
28+
## License
2329

2430
[0-clause BSD license](LICENSE-0BSD.txt).

0 commit comments

Comments
 (0)