8 lines
150 B
C
8 lines
150 B
C
#ifndef __MYADC_H
|
|
#define __MYADC_H
|
|
#include "stm32f10x.h"
|
|
|
|
// initialise tout ce au'il y a a faire pour l'ADC:
|
|
void initADC(int channel);
|
|
|
|
#endif
|