You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this lib easier to (re-)use, it should make usage of the traits provided by the embedded-hal crate. The current impls in the hal module are already very similar to them, so porting should not be a big problem.
The only thing that needs clarification is whether to use the single pin or the port wise traits?
The text was updated successfully, but these errors were encountered:
To make this lib easier to (re-)use, it should make usage of the traits provided by the embedded-hal crate. The current impls in the
hal
module are already very similar to them, so porting should not be a big problem.The only thing that needs clarification is whether to use the single pin or the port wise traits?
The text was updated successfully, but these errors were encountered: