#include <AFMotor.h>
AF_DCMotor jo(2, MOTOR12_8KHZ);
void setup() {
// put your setup code here, to run once:
jo.setSpeed(105);
}
void loop() {
// put your main code here, to run repeatedly:
jo.run.(FORWARD);
}
#include <AFMotor.h>
AF_DCMotor jo(2, MOTOR12_8KHZ);
void setup() {
// put your setup code here, to run once:
jo.setSpeed(105);
}
void loop() {
// put your main code here, to run repeatedly:
jo.run.(FORWARD);
}
jo.run.(FORWARD);
Look carefully.
Please remember to use code tags when posting code
okay I am sorry for posting this here
It works now
thank you