avr-rust / delay

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

Stop hardcoding the CPU frequency to 16MHz. Use $AVR_CPU_FREQUENCY_HZ environment variable instead #9

Closed dylanmckay closed 4 years ago

dylanmckay commented 4 years ago

Fixes #2.