hakkoso/control/feedforward_duty.py

7 lines
151 B
Python

from . import controllers
class FeedforwardDutyCycle(controllers.Controller):
def one_cycle(self, time):
print("FIXME: implement this!")