mirror of
https://github.com/YikeStone/ros_arduino_bridge.git
synced 2025-08-03 19:24:09 +05:30
fixed a spelling mistake
This commit is contained in:
parent
d83dcb8cb6
commit
dec9b51bc2
@ -179,7 +179,7 @@ class ArduinoROS():
|
|||||||
|
|
||||||
def AnalogWriteHandler(self, req):
|
def AnalogWriteHandler(self, req):
|
||||||
self.controller.analog_write(req.pin, req.value)
|
self.controller.analog_write(req.pin, req.value)
|
||||||
return AnalogWriteRrsponse()
|
return AnalogWriteResponse()
|
||||||
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
# Stop the robot
|
# Stop the robot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user