Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: STM32_F1XX_Alternative
AlternativeDelay.hpp
- Committer:
- Yar
- Date:
- 2017-05-24
- Revision:
- 1:0d39ea4dee8b
- Parent:
- 0:2f819bf6cd99
File content as of revision 1:0d39ea4dee8b:
#ifndef _STM32_ALTERNATIVE_DELAY_H
#define _STM32_ALTERNATIVE_DELAY_H
#include "mbed.h"
void initializeTimeDelays(void);
void delay_us(uint32_t us);
void delay_ms(uint32_t ms);
#endif // _STM32_ALTERNATIVE_DELAY_H