Trompbots: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 51: | Regel 51: | ||
! style="border-style: solid; border-width: 1px;"| Programma | ! style="border-style: solid; border-width: 1px;"| Programma | ||
|- | |- | ||
| style="border-style: solid; border-width: 1px"| [[Bestand: | | style="border-style: solid; border-width: 1px"| [[Bestand:JenS.png|300px]] <br/><br/>[[Bestand:JenS.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() | |||
{ | |||
motorA.attach(13); | |||
motorB.attach(10); | |||
} | |||
void punt() | |||
{ | |||
motorA.write(140); | |||
delay(1000); | |||
motorA.write(120); | |||
delay(1000); | |||
motorA.write(100); | |||
delay(1000); | |||
motorB.write(170); | |||
delay(300); | |||
motorB.write(140); | |||
delay(300); | |||
motorB.write(110); | |||
} | |||
void streep() | |||
{ | |||
motorA.write(120); | |||
delay(25); | |||
motorA.write(75); | |||
delay(100); | |||
motorA.write(120); | |||
delay(1000); | |||
motorB.write(120); | |||
delay(25); | |||
motorB.write(155); | |||
delay(100); | |||
motorB.write(120); | |||
delay(1000); | |||
} | |||
void loop() | |||
{ | |||
delay(500); | |||
punt(); | |||
punt(); | |||
punt(); | |||
delay(25); | |||
streep(); | |||
} | |||
</syntaxhighlight> | |||
|} | |} | ||
==Kim & Fleur== | ==Kim & Fleur== | ||
{| style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" | {| style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" |
Versie van 21 okt 2012 20:17
Trompbots en Trompbot-orkesten gemaakt door leerlingen van het Dr Knippenberg College in Helmond
Orkesten
(Wordt nog verder ingevuld)
- Hip Hop orkest
- Samba orkest
- Salsa orkest, door:
Trompbots
Claire & Pim
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Niek & Sanne
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Cas & Doortje
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Linda & Sam
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Jeroen & Stef
Kim & Fleur
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
Daan & Eveline
Noortje & Thijn
Tekening | Programma |
---|---|
Bestand:Vb1.png Bestand:Vb2.png |
Programma |
John & Kevin
Tekening | Programma |
---|---|
Programma |