Charles Thompson
Charles Thompson
I'm currently writing a basic calculator with this library and I noticed at the moment there is no .pow() or .root() style functions for fractions. Also when performing square roots...
Libc appears to be missing the standard allocation calls malloc, calloc, and realloc. I may add them myself but I'm working on another project right now.
Didn't know why read_blocking slept the processor but write_blocking just looped, changed it to where both sleep the processor. Tested on my hardware and everything seems to function normally.
I get the following error when trying to read from a `&mut [u8]` ``` ^^ the trait `embedded_io::Read` is not implemented for `[u8]` | = help: the trait `embedded_io::Read` is...
Currently the basic dragging/zooming works ok for graphs, but in order to make it actually useful it would be nice to allow users to toggle during the callback what is...
Editing wpa_supplicant doesn't work anymore on modern versions of Debian and removing the pi zero from my printer every time I change networks is annoying and makes me fear that...
I have a library which is dependent on using timing to determine the end of a packet. Unfortunately, when it times out it A: throws an error which is opaque...