From 922babc48d61934b1d1c445cbc7d99c5b5919c35 Mon Sep 17 00:00:00 2001 From: Gregor Wuest Date: Thu, 4 Mar 2021 16:55:44 +0100 Subject: [PATCH] cleaned overall code remaining warning is pin redefinition, can be ignored added working motor init parameters added function descriptions added sd card functionality (commented out because of hardware problems) added adc functionality (implemented but not used because of hardware problems) --- RTC/.cproject | 2 +- RTC/.mxproject | 4 +- RTC/Core/Src/main.c | 291 ++++++----- RTC/Core/Src/stm32f4xx_hal_msp.c | 1 + .../Inc/stm32f4xx_hal_adc.h | 181 ++++--- .../Inc/stm32f4xx_hal_adc_ex.h | 142 +++--- .../Src/stm32f4xx_hal_adc.c | 467 ++++++++++++++++-- .../Src/stm32f4xx_hal_adc_ex.c | 94 ++-- RTC/RTC.ioc | 55 ++- 9 files changed, 811 insertions(+), 426 deletions(-) diff --git a/RTC/.cproject b/RTC/.cproject index 9e08d34..1baa60c 100644 --- a/RTC/.cproject +++ b/RTC/.cproject @@ -25,7 +25,7 @@