LogoTempo













UPDATES/COMMENTS

 
 
 
 
 
 

motors code

#include<Servo.h> Servo m1, m2, m3, m4; // setup void setup() { m1.attach(12); m2.attach(11); m3.attach(8); m4.attach(7); //m1.write(0); //m2.write(10); m3.write(0); //m4.write(30); delay(1000); } int x = 180; // loop void loop() { //m1.write(x); //delay(1000); m3.write(180); //delay(500); //x++; //if (x==360) x=180; //m2.write(180); //m3.write(180); //m4.write(180); }

Media Page Update

Currently updating the "Media" page for this site. Will have an improved theme for viewing media and also updated videos/pictures for the project. Update should be complete by Friday 1/16/15.