Stap 7:
Het programma van de Arduino met de volgende complexe code:
p.MsoNormal, li. MsoNormal, div. MsoNormal {marge: 0.0 in; font-size: 12.0pt; font-family: Times New Roman;} div. Afdeling1 {pagina: Deel1;}
#include < Servo.h >
Servo knop;
VOID Setup
{
button.attach(7);
}
void loop
{button.write(30);
delay(500);
button.write(105);
delay(500);
}