Eric Schaal

Results 2 issues of Eric Schaal

## Summary Adds `set_output_enable_inversion` API to both GPIO and PIO pin types, providing control over output enable signal polarity. ## Changes - Added `set_output_enable_inversion(&mut self, invert: bool)` method to GPIO...

Introduce a new Cargo feature, `extra-platforms`, to add support for hardware targets that lack native atomic CAS operations. The library relies on `AtomicU8`, which is not available on all platforms...