display-interface
display-interface copied to clipboard
Unifying async and sync implementation, add `async` feature flag to i2c, spi
This PR does the following:
- Unifies async and sync implementation using
maybe_async_cfg - Adds new, optional,
asyncfeature flag toi2candspipackages to enable async implementations