BSP ADC with DMA Circular

This commit is contained in:
2024-05-21 00:43:27 +02:00
parent a58079c3c0
commit 92c8624fe4
12 changed files with 206 additions and 18 deletions

10
Application/BSP/BSP_ADC.h Normal file
View File

@@ -0,0 +1,10 @@
void BSP_ADC_Start();
float BSP_ADC_ReadDimmerValue();
float BSP_ADC_ReadBusValue();