Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit f5cc74d

Browse files
committed
Allow access to pin 13
1 parent 5fc558d commit f5cc74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot/servo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def __init__(self, socket_path):
112112
super().__init__(socket_path)
113113

114114
servo_ids = range(0, 16) # servos with a port 0-15
115-
gpio_pins = range(2, 13) # gpio pins 2-12
115+
gpio_pins = range(2, 14) # gpio pins 2-13
116116

117117
self._servos = {} # type: Dict[int, Servo]
118118
for x in servo_ids:

0 commit comments

Comments
 (0)