From 7df0e311a46bb7be84cacd79d367aca59d630037 Mon Sep 17 00:00:00 2001 From: Dickless <011001nobuo@gmail.com> Date: Wed, 11 Sep 2024 14:09:11 +0900 Subject: [PATCH] Suppress markdown linter warnings --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29c11e4..3df56bd 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ +# daisy_embassy + This crate is designed for daisy seed with embassy. I have referred to the following: -- https://github.com/stm32-rs/stm32h7xx-hal -- https://github.com/antoinevg/daisy_bsp -- https://github.com/zlosynth/daisy -- https://github.com/mtthw-meyer/libdaisy-rust -Run examples with `cargo run --example ` \ No newline at end of file +- +- +- +- + +Run examples with `cargo run --example `