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