17 #ifndef __DEBUG_GPIO_H 18 #define __DEBUG_GPIO_H 34 void dio_Set(
int pinIndex,
bool high);
void dio_Init(void)
Definition: debug_gpio.c:24
void dio_Set(int pinIndex, bool high)
Definition: debug_gpio.c:49
bool dio_Get(int pinIndex)
Definition: debug_gpio.c:41
void dio_Toggle(int pinIndex)
Definition: debug_gpio.c:58