avr-rust / delay

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

Get rid of the magic number #1

Closed pusherofbrooms closed 6 years ago

pusherofbrooms commented 6 years ago

Right now, a magic number is used for the math to get to a semi-accurate timer. This magic number should be broken down and derived as much as possible.

pusherofbrooms commented 6 years ago

Magic number broken down and accounted for.