# C Source Template ```c /** * File Name: * Description: */ /***************************************************************************************************/ /* Include Files */ /***************************************************************************************************/ /***************************************************************************************************/ /* Private Data Types */ /***************************************************************************************************/ /***************************************************************************************************/ /* Private Variables(static) */ /***************************************************************************************************/ /*This is an example description for constants and variables. Delete this if it is unused here and copy and paste it to where it is needed. */ /** * @brief This is a brief description */ /***************************************************************************************************/ /* Public Variable Definitions */ /***************************************************************************************************/ /***************************************************************************************************/ /* Private Function Prototypes(static) */ /***************************************************************************************************/ /*This is an example description for function prototypes. Delete this if it is unused here and copy and paste it to where it is needed. */ /** * @brief This is a brief description * @param Input_Param_Name Description of input parameter * @return Description of return value */ /***************************************************************************************************/ /* Public Function Definitions */ /***************************************************************************************************/ /***************************************************************************************************/ /* Private Function Definitions */ /***************************************************************************************************/ ```