aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_halt.c
blob: 4ebcd997774e666beff1b99f46d72ff7f49902d1 (plain)
1
2
3
4
5
6
#include "mode_halt.h"
#include "io.h"
#include "orangutan_shim.h"

// emergency stop
void w2_mode_halt() { w2_set_motors(0, 0); }