Search:

Type: Posts; User: loogan211

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,374

    i'll try that any ways thanks a lot!

    i'll try that any ways thanks a lot!
  2. Replies
    5
    Views
    2,374

    sorry

    sorry this program is for arduino uno its meant to control 2 servos via a thumbstick


    #include <servo.h>
    const int servo1 = 3; // first servo
    const int servo2 = 10; // second...
  3. Replies
    5
    Views
    2,374

    please help me correct this program

    #include <servo.h>

    const int servo1 = 3; // first servo
    const int servo2 = 10; // second servo
    const int joyH = 4; // Joystick Horizontal Axis
    const int joyV = 5; //...
Results 1 to 3 of 3