From 3a4bad11ffe469ead62c48ca080ec7f84db35c6b Mon Sep 17 00:00:00 2001 From: Ladyada Date: Wed, 13 Apr 2011 16:15:49 -0400 Subject: Fixed to use built in Servo library --- examples/MotorParty/MotorParty.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/MotorParty/MotorParty.pde b/examples/MotorParty/MotorParty.pde index 826cf46..2c3c5a5 100644 --- a/examples/MotorParty/MotorParty.pde +++ b/examples/MotorParty/MotorParty.pde @@ -3,12 +3,12 @@ // this code is public domain, enjoy! #include -#include +#include // DC motor on M2 AF_DCMotor motor(2); // DC hobby servo -ServoTimer1 servo1; +Servo servo1; // Stepper motor on M3+M4 48 steps per revolution AF_Stepper stepper(48, 2); -- cgit v1.2.3