GPIO:
置某个引脚电平:HAL_GPIO_WritePin(GPIOX, GPIO_PIN_X, X);
读取某个引脚电平:HAL_GPIO_ReadPin(GPIOX,GPIO_PIN_X)
一些子函数:
HAL_Delay(x);//ms