enhancement/39-digio-cmd-profile-language #44
@ -41,9 +41,9 @@ enum pl_command_type {
|
|||||||
PL_LOUDSPEAKER_SET, /**< @brief Set the loudspeaker/beeper */
|
PL_LOUDSPEAKER_SET, /**< @brief Set the loudspeaker/beeper */
|
||||||
PL_OFF, /**< @brief Disable the temperature output and shutdown the PID controller */
|
PL_OFF, /**< @brief Disable the temperature output and shutdown the PID controller */
|
||||||
PL_CLEAR_FLAGS, /**< @brief Try clear all flags */
|
PL_CLEAR_FLAGS, /**< @brief Try clear all flags */
|
||||||
PL_DIGIO_CONF, /**< @brief Configure a DIGIO pin */
|
PL_DIGIO_CONF, /**< @brief Configure a DIGIO pin */
|
||||||
PL_DIGIO_SET, /**< @brief Set a DIGIO pin */
|
PL_DIGIO_SET, /**< @brief Set a DIGIO pin */
|
||||||
PL_DIGIO_WAIT, /**< @brief Wait until a DIGIO pin is set to the specified level */
|
PL_DIGIO_WAIT, /**< @brief Wait until a DIGIO pin is set to the specified level */
|
||||||
_PL_NUM_CMDS, /**< @brief Sentinel to determine the total amount of commands */
|
_PL_NUM_CMDS, /**< @brief Sentinel to determine the total amount of commands */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user