index
:
project-robotrun-software
dev
fun
master
sim
21-22 b04 proj06: robotrun
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
robot
/
mode_halt.c
blob: 083d45b81822cad769abeab25a5203cfda8fab69 (
plain
)
1
2
3
4
#include
"mode_halt.h"
#include
"orangutan_shim.h"
void
w2_mode_halt
()
{
set_motors
(
0
,
0
);
}