first commit
This commit is contained in:
18
libraries/Motor_Driver_Library/examples/basicDriver/basicDriver.ino
Executable file
18
libraries/Motor_Driver_Library/examples/basicDriver/basicDriver.ino
Executable file
@@ -0,0 +1,18 @@
|
||||
#include <MotorDriver.h>
|
||||
|
||||
|
||||
MotorDriver m;
|
||||
|
||||
|
||||
void setup()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
void loop()
|
||||
{
|
||||
m.motor(1,FORWARD,255);
|
||||
m.motor(4,FORWARD,255);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user