Wish Happy New Year
Month: December 2013
My Hobby Worshop
FUTABA S3010 Sevo Control with ARDUINO
#include
Servo FUTABAservo; //Servo Objesi oluştutulur
void setup()
{
FUTABAservo.attach(9); // Servonun sinyali Arduinoda 9 nolu pine bağlanır
}
void loop()
{
FUTABAservo.write(0); // 0 derece ye git
delay(2000); // 2 saniye bekle
FUTABAservo.write(90); // 90 dereceye git
delay(1000); // 1 saniye bekle
}
LDR Sensor with ARDUINO
Demirçelik Store Sektörel Dergisinde ki Röportajım
PIC18F452 ile Programlama





You must be logged in to post a comment.