sesning distance

This commit is contained in:
Loic Delattre 2023-04-24 09:03:29 +02:00
parent 5db3b9dbc7
commit b08982862e
1 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
#include <MeMCore.h>
MeDCMotor _rightMotor(10);
MeDCMotor _leftMotor(9);
void setup() {
// put your setup code here, to run once:
_leftMotor.run(0);
_rightMotor.run(0);
}
void loop() {
// put your main code here, to run repeatedly:
}