Martin Sivák
Martin Sivák
I am trying to make two concentric circles on the top face of a box for further extrusion. However this code produces two circles with the right offset, but in...
I just tried to import ADI file with multiple records all on one line (no newline after EOR) and CQRLOG imported just the first entry and ignored the rest. Adding...
Hi, I am hitting a strange behaviour in Ember 2.8. It seems that the get direction works just fine, but the set is not propagated. Is it possible something changed...
#### What type of PR is this? /kind ci #### What this PR does / why we need it: New AMD Genoa and Bergamo based machines can have up-to 512...
This allows transactional use of the HAL and also makes the HAL compatible with embedded-hal-compat conversions between 0.2 and 1.0 traits. The compat interface compatibility depends on https://github.com/ryankurte/embedded-hal-compat/pull/38
The original serial traits supported the [flush() -> nb::Result](https://github.com/rust-embedded/embedded-hal/blob/v0.2.x/src/serial.rs#L26) variant that could return `WouldBlock`. This was useful in async code that could wait for serial TxDone interrupt to trigger before...
Hi folks, I am trying to detect a brief pulse using embedded-hal-async GPIO Wait trait. The methods like wait_for_low are perfect for that in general (https://github.com/rust-embedded/embedded-hal/blob/master/embedded-hal-async/src/digital.rs#L34) However most of the...