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

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