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
but, I got a error: I2cdev doesn't implement Debug
the trait Debug is not implemented for I2cdev, which is required by &Pca9685<I2cdev>: Debug
the trait Debug is implemented for Pca9685<I2C>
Dose I2cdev define with [drive(Debug)] ?
The text was updated successfully, but these errors were encountered:
I try ro define a struct like this:
but, I got a error:
I2cdev
doesn't implementDebug
the trait
Debug
is not implemented forI2cdev
, which is required by&Pca9685<I2cdev>: Debug
the trait
Debug
is implemented forPca9685<I2C>
Dose I2cdev define with [drive(Debug)] ?
The text was updated successfully, but these errors were encountered: