diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-09-02 14:45:40 -0400 |
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-09-02 14:45:40 -0400 |
| commit | e3a880051ccf1ba9a16fd9cf031b7386b2533bf1 (patch) | |
| tree | 96a096b2a668bf7b7929385ebb54c1a3cbd1b9d2 /project/Core/Inc/adc.h | |
| parent | 0ff718e7cd7159c30636aa323a666ac1af684f63 (diff) | |
| download | 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.tar.gz 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.tar.bz2 340-repo-Sowgro-e3a880051ccf1ba9a16fd9cf031b7386b2533bf1.zip | |
Organized project
Diffstat (limited to 'project/Core/Inc/adc.h')
| -rw-r--r-- | project/Core/Inc/adc.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/project/Core/Inc/adc.h b/project/Core/Inc/adc.h deleted file mode 100644 index 15713a8..0000000 --- a/project/Core/Inc/adc.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * adc.h - * - * Created on: Apr 13, 2022 - * Author: bruce - */ - -#ifndef INC_ADC_H_ -#define INC_ADC_H_ - -#include "stm32l4xx.h" - -#define ADC_CHANNEL ADC_CHANNEL_5 // A0 on the left connector - -void ADC_Init (); -void ADC_Start (); -uint32_t ADC_Read_Value_Blocking (); - -#endif /* INC_ADC_H_ */ |
