/* USER CODE BEGIN (1) */
#include "het.h"
/* USER CODE END */
/** @fn void main(void)
* @brief Application main function
* @note This function is empty by default.
*
* This function is called after startup.
* The user can use this function to implement the application.
*/
/* USER CODE BEGIN (2) */
/* USER CODE END */
void main(void)
{
/* USER CODE BEGIN (3) */
hetInit();
gioSetDirection(hetPORT,0xFFFFFFFF);
while(1)
{