SysIo  1.9.0
Embedded Library and tools
delay.h
1 
9 #ifndef _SYSIO_DELAY_H_
10 #define _SYSIO_DELAY_H_
11 #include <sysio/defs.h>
12 #ifdef __cplusplus
13  extern "C" {
14 #endif
15 /* ========================================================================== */
16 
24 /* internal public functions ================================================ */
25 
35 int delay_ms (long lMs);
36 
48 int delay_us (long lUs);
49 
54 /* ========================================================================== */
55 #ifdef __cplusplus
56  }
57 #endif
58 #endif /* _SYSIO_DELAY_H_ defined */
int delay_ms(long lMs)
Temporisation en millisecondes.
int delay_us(long lUs)
Temporisation en microsecondes.