projet_voilier/Sources/tourniquet.h
2021-11-15 19:17:23 +01:00

9 lines
No EOL
128 B
C

#ifndef TOURNIQUET_H
#define TOURNIQUET_H
#include "stm32f10x.h"
void tourniquet_init() ;
void tourniquet_handler() ;
#endif