1.ino (107B)
1 #include <Servo.h> 2 #include "util.h" 3 4 void 5 setup() { 6 SETUP_ROBOT(); 7 servoA.write(20); 8 } 9 10 void 11 loop() {}