Set up ADC files

This commit is contained in:
Ea-r-th
2025-09-21 14:01:47 -07:00
parent 5b66b044b7
commit 9550b1b61d
7 changed files with 73 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
//
// Created by Luca on 9/21/2025.
//
#ifndef SHMINGO_HAL_SHAL_ADC_REG_F072XB_H
#define SHMINGO_HAL_SHAL_ADC_REG_F072XB_H
#include "SHAL_CORE.h"
#include "SHAL_ADC_TYPES.h"
enum class ADC_Key{
S_ADC1,
NUM_ADC,
INVALID
};
#endif //SHMINGO_HAL_SHAL_ADC_REG_F072XB_H