sensing distance files

This commit is contained in:
Loic Delattre 2023-04-24 09:01:33 +02:00
parent 9052afb661
commit 5db3b9dbc7
2 changed files with 22 additions and 0 deletions

11
roomba/roomba.ino Normal file
View File

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

View File

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