This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:software:homelab:library:delay [2010/03/25 18:34] – mikk.leini | en:software:homelab:library:delay [2020/07/20 12:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Delay ====== | ====== Delay ====== | ||
| - | This part of library contains functions to generate delays in program with software algorithms or with hardware timers. Delays do not block interrupts therefore software delays | + | This part of library contains functions to generate delays in the program with software algorithms or with hardware timers. Delays do not block interrupts, therefore |
| ===== Functions ===== | ===== Functions ===== | ||
| Line 14: | Line 14: | ||
| * **//void hw_delay_ms(unsigned short count)//** \\' | * **//void hw_delay_ms(unsigned short count)//** \\' | ||
| - | Hardware timer based delay in milliseconds. Functions | + | Hardware timer based delay in milliseconds. Functions |
| * //count// - Delay time in milliseconds. 0 to 65535 ms. | * //count// - Delay time in milliseconds. 0 to 65535 ms. | ||