Add servo inheritance hierarchy to motor control
This commit is contained in:
13
MotorControl/steering.py
Normal file
13
MotorControl/steering.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import MotorControl.servo as servo
|
||||
|
||||
class SteeringServo(servo.Servo):
|
||||
|
||||
@property
|
||||
def percent(self):
|
||||
# Set the
|
||||
pass
|
||||
|
||||
@percent.setter
|
||||
def percent(self, forward):
|
||||
#
|
||||
pass
|
||||
Reference in New Issue
Block a user