From 6f19f28add3cf9d14fdda5f70f91def02f74dc6b Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Tue, 20 Jan 2015 11:57:27 -0800 Subject: [PATCH] Fixing the comment for which plug the servo should be in Signed-off-by: John Van Drasek --- examples/python/es08a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/es08a.py b/examples/python/es08a.py index ea583ea5..73a1a931 100644 --- a/examples/python/es08a.py +++ b/examples/python/es08a.py @@ -23,7 +23,7 @@ import time import pyupm_servo as servo -# Create the servo object using D3 +# Create the servo object using D5 gServo = servo.ES08A(5) for i in range(0,10):