Search results

  1. F

    problem with code

    Hello i've been trying to control brushless motors with a simple code with arduino, when i run the following code nothing happens, the motors do not start ///////////////// #include <Servo.h> Servo m1; Servo m2; void setup() { Serial.begin(9600); m1.attach(5); m2.attach(7)...
Top