Projet_voilier2/Projet_voile/Includes/Pwm_voile.h
2023-04-11 15:32:11 +02:00

9 lines
138 B
C

#ifndef MYPWMVOILE_H
#define MYPWMVOILE_H
#include "stm32f10x.h"
#include "GPIO.h"
#include "TIMER.h"
void init_pwm_voile(void);
#endif