mirror of
https://github.com/aprochazka/ProfilometerProbe.git
synced 2025-06-30 17:47:20 +02:00
Camera progress
This commit is contained in:
@ -207,11 +207,11 @@ void Cam_Start_Burst_Read(SPI_HandleTypeDef *hspi)
|
||||
|
||||
void Cam_Capture(SPI_HandleTypeDef *hspi)
|
||||
{
|
||||
LED_On();
|
||||
//LED_On();
|
||||
|
||||
Cam_Start_Capture(hspi);
|
||||
|
||||
Cam_Wait_Capture_Done(hspi);
|
||||
|
||||
LED_Off();
|
||||
//LED_Off();
|
||||
}
|
Reference in New Issue
Block a user