#include "motor.h"
void setup() {
// put your setup code here, to run once:
motor amotor(9,10,11);
}
void loop() {
// put your main code here, to run repeatedly:
}
#include "motor.h"
void setup() {
// put your setup code here, to run once:
motor amotor(9,10,11);
}
void loop() {
// put your main code here, to run repeatedly:
}