11 lines
No EOL
169 B
C
11 lines
No EOL
169 B
C
#include "stm32f1xx_ll_bus.h" // Pour l'activation des horloges
|
|
#include "stm32f1xx_ll_tim.h"
|
|
#include "stm32f1xx_ll_adc.h"
|
|
|
|
void init(){
|
|
LL_ADC
|
|
}
|
|
|
|
int get_value(){
|
|
|
|
} |