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 trying to extend the IMU class, but I don't know how to do it. Of course I could just delete "final", but it's probably there for a reason. I can extend the interface IBNO055.java, but I don't want to reimplement all the functions already implemented.
I'm trying to extend the IMU class, but I don't know how to do it. Of course I could just delete "final", but it's probably there for a reason. I can extend the interface IBNO055.java, but I don't want to reimplement all the functions already implemented.
Thank you!