[][src]Crate avr_delay

Functions

delay

This library is intended to provide a busy-wait delay similar to the one provided by the arduino c++ utilities If you need accurate time keeping you should consider a hardware timer. Internal function to implement a variable busy-wait loop.

delay_ms

delay for N miliseconds

delay_us

delay for N microseconds