public CANSparkMaxLowLevel(int deviceId, MotorType type) { m_deviceId = deviceId; m_sparkMax = CANSparkMaxDriver.Create(deviceId, type); m_motorType = type; }