15 lines
No EOL
252 B
C
15 lines
No EOL
252 B
C
#ifndef GIROUETTE_H
|
|
#define GIROUETTE_H
|
|
#include "stm32f10x.h"
|
|
|
|
|
|
void Init_Interrupt(char Prio, void (*IT_function) (void));
|
|
|
|
void EXTI0_IRQHandler();
|
|
|
|
void LafonctGirouette ();
|
|
|
|
void Init_girouette ();
|
|
|
|
void LafonctGirouette();
|
|
#endif |