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

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