Create a motor task to create motor objects and interface with controller. More...
Classes | |
| class | motorTask.motorTask |
| Task to call the motor drivers for setting duty cycles. More... | |
Create a motor task to create motor objects and interface with controller.
This file will create two instances of the motorDriver.py class in order to send new duty cycles to them. Those duty cycles will be passed in from the controller from shares.py.
See source code here:
Motor Task Source Code