#include Servo MD; Servo MI; void setup() { MD.attach(9); MI.attach(10); } void loop() { MD.write(0); MI.write(180); }