diff options
Diffstat (limited to 'robot/calibration.h')
-rw-r--r-- | robot/calibration.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/robot/calibration.h b/robot/calibration.h new file mode 100644 index 0000000..13b80b9 --- /dev/null +++ b/robot/calibration.h @@ -0,0 +1,9 @@ +#pragma once + +/** + * calibration mode + * + * turns robot on its own axis 360 degress, and aligns the front sensors with + * the line if found, else triggers halt mode (emergency) + */ +void w2_mode_calb_main(); |