Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- #ifndef _DELAY_H
- #define _DELAY_H
- #include "stm32f10x.h"
-
- void delay_ms(unsigned short timeCnt);
- void delay_5us(unsigned short timeCnt);
-
-
- #endif
|