Function enable_pin_func
Defined in File events.h
Function Documentation
-
void enable_pin_func(uint32_t arg1_pin_idx, uint32_t arg2)
Event function for enabling a pin.
Event callback function that enables the specified pin. This function is used internally by the event system.
- Parameters:
arg1_pin_idx – IOPORT index of the pin to enable (see pin_map_t in pins.cpp for pin names)
arg2 – Unused parameter (for event function compatibility)