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

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