Trompbots: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 40: | Regel 40: | ||
|- | |- | ||
| style="border-style: solid; border-width: 1px"| [[Bestand:CenP.png|300px]] | | style="border-style: solid; border-width: 1px"| [[Bestand:CenP.png|300px]] | ||
| style="border-style: solid; border-width: 1px"| <syntaxhighlight> | | style="border-style: solid; border-width: 1px"| <syntaxhighlight> #include <Servo.h> // | ||
Servo motorA; | |||
Servo motorB; // | |||
void setup() | |||
{ | |||
pinMode(5, INPUT_PULLUP); | |||
motorA.attach(13); | |||
motorB.attach(10); // | |||
while ( digitalRead(5) == HIGH){ | |||
///doe niets | |||
} | |||
} | |||
void loop() | |||
{ | |||
motorA.write(20); | |||
delay(200); // | |||
motorA.write(0); // | |||
delay(200); | |||
motorA.write(20); // | |||
delay(200); // | |||
motorA.write(0); // | |||
delay(200); | |||
motorB.write(20); | |||
delay(200); // | |||
motorB.write(0); // | |||
delay(200); | |||
motorA.write(20); // | |||
delay(200); // | |||
motorA.write(0); // | |||
delay(200); | |||
motorB.write(20); | |||
delay(200); // | |||
motorB.write(0); // | |||
delay(200); | |||
motorA.write(20); // | |||
delay(200); // | |||
motorA.write(0); // | |||
delay(200); | |||
motorB.write(20); | |||
delay(200); // | |||
motorB.write(0); // | |||
delay(200); | |||
motorB.write(20); // | |||
delay(200); | |||
motorB.write(0); // | |||
delay(200); | |||
} | |||
</syntaxhighlight> | |||
|}<br/> | |}<br/> | ||
Versie van 24 okt 2012 16:40
Beginnen | Hardware | Software | Voorbeeldprogramma | Inkscape & lasersnijden | Errors & Tips | Kekbot | [TrompBot Website] | Trompbots | Percussie & ritme | Fioretti programma
Trompbots en Trompbot-orkesten gemaakt door leerlingen van het Dr Knippenberg College in Helmond
Orkesten
- Hip Hop orkest
- Samba orkest
- Salsa orkest
Hip Hop Media:hiphop_kl.wmv
Trompbots
Cas & Doortje
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Claire & Pim
Daan & Eveline - Ok
Fleur & Kim - Ok
Jeroen & Stef - Ok
John & Kevin - Ok
Linda & Sam - Ok
Niek & Sanne
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |