Files
chargeflow/components/peripherals/include/adc121s021_dma.h
2025-06-06 21:17:25 +01:00

13 lines
190 B
C
Executable File

#ifndef ADC_DMA_H_
#define ADC_DMA_H_
#include <stdint.h>
#include <stdbool.h>
void adc121s021_dma_init(void);
bool adc121s021_dma_get_sample(uint16_t *sample);
#endif /* ADC_DMA_h_ */