fix project and more
This commit is contained in:
parent
88b607c42f
commit
e58481c4bb
56 changed files with 128 additions and 27068 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef INC_ADC_READ_H_
|
||||
#define INC_ADC_READ_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define N_MEAS 100 // number of measurements
|
||||
|
|
@ -13,3 +16,5 @@ void ADC_calibrate();
|
|||
void DMA_init();
|
||||
void ADC_READ_init();
|
||||
void ADC_READ_interrupt();
|
||||
|
||||
#endif /* INC_ADC_READ_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue