1#ifndef Driver_Button_Arduino_Hal_h_
2#define Driver_Button_Arduino_Hal_h_
void driverButtonHalArduino_initialize(Driver_Button_Hal_T buttonHdl)
This method is used to initialize the GPIO for the pin/configuration specified by 'buttonHdl'.
This file defines a hardware abstraction layer (HAL) for accessing a digital Input that is being used...
#define Driver_Button_Hal_T
This data type defines the platform specific 'handle' to a pin.
Definition Hal.h:35