Adicionar primeiro
This commit is contained in:
12
components/peripherals/include/adc121s021_dma.h
Executable file
12
components/peripherals/include/adc121s021_dma.h
Executable file
@@ -0,0 +1,12 @@
|
||||
#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_ */
|
||||
Reference in New Issue
Block a user