Entries from 2014-09-21 to 1 day

10. Daddy is coming home app for iPhone - Spark Core

In Spark Core Maker kit, I have Servo motor. It’s easy to control using Servo class as follows. Servo servo; servo.attach(A0); // Attach servo to A0 int pos = servo.read(); // Get current position servo.write(pos + 10); // Move to new posi…