1 2 3 4 5 6 7 8 9
#pragma once extern unsigned int g_w2_sensors[5]; extern unsigned int g_w2_position; void w2_full_rotation(); void w2_half_rotation_left(); void w2_half_rotation_right();