stm32f4disc-demo/src
Paul van Tilburg 8b7d68e41c
Remove the deny(warnings) attributes
It was suggested on the Rust Embedded channel to not set this in
released code.  The warnings are currently because of the embedded-hal
crate deprecating digital::v1, but stm32f4xx-hal still using it.
2019-06-29 12:08:16 +02:00
..
led_ring.rs Fix the unit tests for the led_ring module 2019-04-11 20:07:40 +02:00
lib.rs Move the led_ring module to a local crate 2019-04-11 20:09:43 +02:00
main.rs Remove the deny(warnings) attributes 2019-06-29 12:08:16 +02:00