avr-rust / delay

arduino-like delay routines based on busy-wait loops
Apache License 2.0
15 stars 11 forks source link

Add delay_us() #3

Closed pusherofbrooms closed 6 years ago

pusherofbrooms commented 6 years ago

Arduino also has delay_us(). This isn't expected to be terribly accurate.

pusherofbrooms commented 6 years ago

This is done in head