Thomas Shufps
Thomas Shufps
I have the same problem, don't want to use `f32` on a Cortex M0. Maybe I wouldn't make it public but add getters to the int values. But it's almost...
I guess I'll test it on a L0. I can report how it went :blush:
nice to see to have migrated to embedded hal 1.0.0 One thing: for `no_std` that is required on eg STM32 the `linux-embedded-hal` should be put to dev-dependencies and not to...
I used your PR successfully on a STM32 with embassy, works very well, thx a lot for this :raised_hands: Especially because embedded-hal 1.0.0 is used by embassy and it would...