From d6c5969e5b2ceff4b7d11f83b58495187989402c Mon Sep 17 00:00:00 2001 From: peteGSX <97784652+peteGSX@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:45:27 +1000 Subject: [PATCH] Rotate update to unordered list --- EXRAIL2MacroReset.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/EXRAIL2MacroReset.h b/EXRAIL2MacroReset.h index cc52f3a..06a1029 100644 --- a/EXRAIL2MacroReset.h +++ b/EXRAIL2MacroReset.h @@ -962,16 +962,17 @@ * @brief Rotates a turntavble top a given position * @param turntable_id * @param position_id - * @param activity Turn // Rotate turntable, maintain phase - Turn_PInvert // Rotate turntable, invert phase - Home // Initiate homing - Calibrate // Initiate calibration sequence - LED_On // Turn LED on - LED_Slow // Set LED to a slow blink - LED_Fast // Set LED to a fast blink - LED_Off // Turn LED off - Acc_On // Turn accessory pin on - Acc_Off // Turn accessory pin off + * @param activity + * - **Turn**: Rotate turntable, maintain phase + * - **Turn_PInvert**: Rotate turntable, invert phase + * - **Home**: Initiate homing + * - **Calibrate**: Initiate calibration sequence + * - **LED_On**: Turn LED on + * - **LED_Slow**: Set LED to a slow blink + * - **LED_Fast**: Set LED to a fast blink + * - **LED_Off**: Turn LED off + * - **Acc_On**: Turn accessory pin on + * - **Acc_Off**: Turn accessory pin off */ #define ROTATE(turntable_id,position,activity) /**