Briva Archan
Briva Archan   France
 
 
No information given.
Currently Offline
metro Jul 17, 2019 @ 2:12pm 
salope
Tonton Maurice Oct 20, 2018 @ 5:30pm 
01100110 01100001 01101001 01110100 00100000 01100111 01100101 01101110 01110010 01100101 00100000 01101001 01101100 00100000 01100101 01110011 01110100 00100000 01100011 01101111 01101101 01101101 01110101 01101110 01101001 01110011 01110100 01100101 00100000 01101101 01100001 01101001 01110011 00100000 01100101 01110011 01110100 00100000 01110101 01101110 00100000 01100101 01101110 01100011 01110101 01101100 11101001 00100000 01100100 01100101 00100000 01100011 01100001 01110000 01101001 01110100 01100001 01101100 01101001 01110011 01110100 01100101
Tonton Maurice Oct 20, 2018 @ 5:29pm 
01110100 01110101 00100000 01101101 11101001 01110010 01101001 01110100 01100101 00100000 01100100 01100101 00100000 01101101 01101111 01110101 01110010 01101001 01110010 00001101 00001010
Tonton Maurice Oct 20, 2018 @ 5:28pm 
01100011 01100001 01110100 01100001 01110000 01110101 01101100 01110100 01100101 00100000 01110100 01100101 01110011 00100000 01101101 01101111 01110010 01110100 01110011 00100000 01110000 01110101 01101001 01110011 00100000 01100100 11101001 01100111 01110101 01110011 01110100 01100101 00100000 01101100 01100101 01110011 00100000 01100001 01101100 01101100 11101001 01100111 01110010 01100101 01101101 01100101 01101110 01110100
Tonton Maurice Oct 20, 2018 @ 5:27pm 
01101110 01101001 01110001 01110101 01100101 00100000 01110100 01100001 00100000 01101101 11101000 01110010 01100101 00100000 01100101 01101110 01100110 01100001 01101110 01110100 00100000 01100100 01100101 00100000 01110110 01101001 01101111 01101100 00100000 01100011 01101111 01101110 01100111 01101111 01101001 01100100 01100001 01101100 01100101
Remenby Jul 10, 2018 @ 9:14am 
#include <Servo.h>

Servo monservo;
Servo monservo2;
Servo inter;
int a=130;
int b=172;

int c=47;
int d=8;

void setup()
{
delay (3000);
monservo.attach(7);
monservo2.attach(5);
inter.attach(6);
monservo.write(a);
monservo2.write(c);
inter.write(100);
}

void loop()
{
delay (2000);
monservo.write(b);
monservo2.write(d);

delay (1000);

inter.write(162);

delay(2000);

inter.write(100);

delay (2000);

monservo.write(a);
monservo2.write(c);


}