14 lines
194 B
C
14 lines
194 B
C
#include "Driver_GPIO.h"
|
|
#include "Driver_Timer.h"
|
|
#include "Driver_UART.h"
|
|
#include "Driver_ADC.h"
|
|
|
|
|
|
|
|
int main (void){
|
|
//Déclaration d'une LED et d'un BP par structure GPIO
|
|
|
|
while(1){
|
|
|
|
}
|
|
}
|