Created a method to set the bounds of each individual motor controller. This includes the max, and min (deadzone) values of the motor as well as the center point.
The Motor control class now takes in channel as a variable, and the set method within it uses self.channel. This means that the motor control will be created as multiple objects (just like the talon).
The MicroMaestro class no longer needs channel to be passed in on init. There is no need, and there should only be one micro maestro.
Created a method to set the bounds of each individual motor controller. This includes the max, and min (deadzone) values of the motor as well as the center point.
The Motor control class now takes in channel as a variable, and the set method within it uses self.channel. This means that the motor control will be created as multiple objects (just like the talon).
The MicroMaestro class no longer needs channel to be passed in on init. There is no need, and there should only be one micro maestro.