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
I'm getting deprecation warnings for using the GPIO pins, like:
warning: use of deprecated item 'embedded_hal::digital::v1::OutputPin::set_high': Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
The text was updated successfully, but these errors were encountered:
This is certainly a problem, @therealprof you said "Not sure we really want to deal with the fall out and actually how to deal with it." in #63, but it feels like we have to do it at some point. Or are there more changes to the digital api planned?
I'm getting deprecation warnings for using the GPIO pins, like:
The text was updated successfully, but these errors were encountered: