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,32 @@
//
// Created by Luca on 9/21/2025.
//
#ifndef SHMINGO_HAL_SHAL_ADC_H
#define SHMINGO_HAL_SHAL_ADC_H
class SHAL_ADC {
public:
private:
};
class ADCManager{
public:
private:
};
#endif //SHMINGO_HAL_SHAL_ADC_H