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