mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-26 18:46:04 +01:00
Rotate update to unordered list
This commit is contained in:
parent
1c7865a014
commit
d6c5969e5b
@ -962,16 +962,17 @@
|
|||||||
* @brief Rotates a turntavble top a given position
|
* @brief Rotates a turntavble top a given position
|
||||||
* @param turntable_id
|
* @param turntable_id
|
||||||
* @param position_id
|
* @param position_id
|
||||||
* @param activity Turn // Rotate turntable, maintain phase
|
* @param activity
|
||||||
Turn_PInvert // Rotate turntable, invert phase
|
* - **Turn**: Rotate turntable, maintain phase
|
||||||
Home // Initiate homing
|
* - **Turn_PInvert**: Rotate turntable, invert phase
|
||||||
Calibrate // Initiate calibration sequence
|
* - **Home**: Initiate homing
|
||||||
LED_On // Turn LED on
|
* - **Calibrate**: Initiate calibration sequence
|
||||||
LED_Slow // Set LED to a slow blink
|
* - **LED_On**: Turn LED on
|
||||||
LED_Fast // Set LED to a fast blink
|
* - **LED_Slow**: Set LED to a slow blink
|
||||||
LED_Off // Turn LED off
|
* - **LED_Fast**: Set LED to a fast blink
|
||||||
Acc_On // Turn accessory pin on
|
* - **LED_Off**: Turn LED off
|
||||||
Acc_Off // Turn accessory pin off
|
* - **Acc_On**: Turn accessory pin on
|
||||||
|
* - **Acc_Off**: Turn accessory pin off
|
||||||
*/
|
*/
|
||||||
#define ROTATE(turntable_id,position,activity)
|
#define ROTATE(turntable_id,position,activity)
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user