Supprimer 'motion/motion.ino'
This commit is contained in:
parent
903d3cb88d
commit
cfb9bf3bd6
|
|
@ -1,21 +0,0 @@
|
|||
#include <MeMCore.h>
|
||||
|
||||
MeDCMotor _leftMoto(9);
|
||||
MeDCMotor _rightMoto(10);
|
||||
|
||||
void setup()
|
||||
{
|
||||
_leftMotor.run(0);
|
||||
_rightMotor.run(0);
|
||||
}
|
||||
|
||||
void loop()
|
||||
{
|
||||
_leftMotor.run(0);
|
||||
_rightMotor.run(0);
|
||||
|
||||
delay(50);
|
||||
|
||||
_leftMotor.stop();
|
||||
_rightMotor.stop();
|
||||
}
|
||||
Loading…
Reference in New Issue