From 01cc3eaff223b4f3a1ffa4be42b27743f5e834aa Mon Sep 17 00:00:00 2001 From: y5c4l3 Date: Tue, 23 Jan 2024 04:07:27 +0800 Subject: [PATCH] chore: update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..573dc6e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# rust-hdl-bsp-step-mxo2-lpc + +[![ci icon][]][ci link] [![crates.io icon][]][crates.io link] + +`rust-hdl` board support package for STEP-MXO2-LPC + +- [x] LED * 8 +- [x] DIP switch * 4 +- [x] Keys * 4 +- [x] 7-segment display * 2 + +[crates.io link]: https://crates.io/crates/rust-hdl-bsp-step-mxo2-lpc +[crates.io icon]: https://img.shields.io/crates/v/rust-hdl-bsp-step-mxo2-lpc.svg?style=flat-square +[ci link]: https://github.com/y5c4l3/rust-hdl-bsp-step-mxo2-lpc +[ci icon]: https://img.shields.io/github/actions/workflow/status/y5c4l3/rust-hdl-bsp-step-mxo2-lpc/rust.yml?branch=main&style=flat-square \ No newline at end of file