aboutsummaryrefslogtreecommitdiff
path: root/robot/mode_spin.c
blob: 5065e13d2d3ffae2490d2bc92680a37d1454aecd (plain)
1
2
3
4
5
#include "mode_spin.h"
#include "orangutan_shim.h"

// wet floor simulation
void w2_mode_spin() { set_motors(255, -255); }