projet_voilier/keil_project/Services/Battery_status.c
2020-11-09 19:42:14 +01:00

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(){
}