esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

Remove `new_..._async` constructors

Open bugadani opened this issue 4 months ago • 8 comments

These constructors usually could be formulated as new(...).into_async(). This would even allow us to configure the priority of the async interrupt handler, although that's one more function :)

bugadani avatar Oct 09 '24 15:10 bugadani