Yaroslav Barabanov / Stm32F1xx_Alternative

Dependents:   STM32_F1XX_Alternative

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AlternativeDelay.hpp Source File

AlternativeDelay.hpp

00001 #ifndef _STM32_ALTERNATIVE_DELAY_H
00002 #define _STM32_ALTERNATIVE_DELAY_H
00003 
00004 #include "mbed.h"
00005 
00006 void initializeTimeDelays(void);
00007 void delay_us(uint32_t us);
00008 void delay_ms(uint32_t ms);
00009 
00010 #endif // _STM32_ALTERNATIVE_DELAY_H