/**************************************************************************************************** * init ialization of pull up's over GPIO * those pins must be configured as inputs in the pinmap file by using MAP_GPIOPinTypeGPIOInput func * here is added onlu the pull up defenition *****************************************************************************************************/ #ifndef PIN_CONFIG_H_ #define PIN_CONFIG_H_ void InitPinOutPullUps(void); #endif /* PIN_CONFIG_H_ */