9 lines
No EOL
128 B
C
9 lines
No EOL
128 B
C
#ifndef TOURNIQUET_H
|
|
#define TOURNIQUET_H
|
|
|
|
#include "stm32f10x.h"
|
|
|
|
void tourniquet_init() ;
|
|
void tourniquet_handler() ;
|
|
|
|
#endif |