Limit switches handlers. More...
#include <hal.h>
Data Fields | |
limits_enable_ptr | enable |
Handler for enabling limits handling mode. More... | |
limits_get_state_ptr | get_state |
Handler for getting limit switches status. More... | |
limit_interrupt_callback_ptr | interrupt_callback |
Callback for informing about limit switches events. Set by the core at startup. More... | |
Limit switches handlers.
limits_enable_ptr enable |
Handler for enabling limits handling mode.
limits_get_state_ptr get_state |
Handler for getting limit switches status.
limit_interrupt_callback_ptr interrupt_callback |
Callback for informing about limit switches events. Set by the core at startup.