This website requires JavaScript.
Explore
Help
Register
Sign In
Kenwood
/
MuleBot
Watch
1
Star
0
Fork
You've already forked MuleBot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
5564f0db95
MuleBot
/
motor_controller
/
motor_controller.ino
9 lines
101 B
C++
Raw
Blame
History
void
setup
(
)
{
Serial
.
begin
(
115200
)
;
}
void
loop
(
)
{
Serial
.
println
(
millis
(
)
)
;
delay
(
1000
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink