温度,pn,sn,生产时间和厂家,积分时间,像素长度等变量

This commit is contained in:
wantong
2024-01-31 15:17:21 +08:00
parent 0732984a64
commit c5b2a4e98b
42 changed files with 5275 additions and 8507 deletions

View File

@ -44,6 +44,7 @@ void MX_GPIO_Init(void)
/* GPIO Ports Clock Enable */
__HAL_RCC_GPIOH_CLK_ENABLE();
__HAL_RCC_GPIOA_CLK_ENABLE();
__HAL_RCC_GPIOB_CLK_ENABLE();
/*Configure GPIO pin Output Level */
HAL_GPIO_WritePin(LED_GPIO_Port, LED_Pin, GPIO_PIN_RESET);