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
The CANSparkMax class does not implement the Sendable interface itself, so it cannot be directly sent to the Shuffleboard. The Sendable interface is relatively simple though, and it would be easy to create a subclass of CANSparkMax that implements Sendable, then convert all the CANSparkMAx objects to use the subclass, and then put them on the Shuffleboard.
The CANSparkMax class does not implement the Sendable interface itself, so it cannot be directly sent to the Shuffleboard. The Sendable interface is relatively simple though, and it would be easy to create a subclass of CANSparkMax that implements Sendable, then convert all the CANSparkMAx objects to use the subclass, and then put them on the Shuffleboard.
https://www.chiefdelphi.com/t/how-to-get-cansparkmax-into-livewindows/400887/12
The text was updated successfully, but these errors were encountered: