Dezibot 4
Loading...
Searching...
No Matches
motion_minimum.ino
Go to the documentation of this file.
1
#include <Dezibot.h>
2
3
Dezibot dezibot = Dezibot();
4
void setup() {
5
dezibot.begin();
6
}
7
8
void loop() {
9
dezibot.motion.move();
10
delay(1000);
11
dezibot.motion.rotateAntiClockwise();
12
delay(1000);
13
dezibot.motion.rotateClockwise();
14
delay(1000);
15
dezibot.motion.stop();
16
delay(1000);
17
}
18
example
motion_minimum
motion_minimum.ino
Generated by
1.11.0