Jonathan Nilsson
Jonathan Nilsson
It feels a bit weird that they are left hanging ```Rust let _spi_sclk = pins.gpio6.into_mode::(); let _spi_mosi = pins.gpio7.into_mode::(); let _spi_miso = pins.gpio4.into_mode::(); let mut spi = Spi::::new(pac.SPI0).init( &mut pac.RESETS,...
This is a prototype of the idea in #117 What do you think of this? If this looks good i will go through and update all the examples!
I would like to use this the crate wireguard-control in a closed source commercial project. Since rust statically links all crates I don't think I can use this crate. Could...
Hi! When looking at the ui it seems to me that centered text particularly icons have some offset from center. I did a bit of experimentation and at least on...
Hi! I have an embedded linux system that I'm trying to get some joysticks and steering wheels to work on. For some reason the ioctal EVIOCGABS(0x_8018_4540) returns -1. Maybe there...
Hi! I have a dbc with this line in it: VAL_ 123456 Name 14 "Error" 0 "Normal" 1 "Low" 2 "Too low" 3 "High" 4 "Reserved" 5 "Reserved" 6 "Reserved"...
This add the InhibitBar Component that can be added if you don't want the bar to spawn for some reason, but you still have the underlying health Components.