GrepitAB / mcan

Unofficial MCAN Hardware Abstraction Layer
Apache License 2.0
24 stars 4 forks source link

Allow polling TX cancel #4

Closed nilfit closed 1 year ago

nilfit commented 2 years ago

Returning nb::Result allows use of nb::block! and should make the cancellation API easier to use.

Must