mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-18 12:54:25 +01:00
1Mhz is a default clock speed on Atmega328, many users run it on the internal 1Mhz clock to save battery power. Up until now delayMicroseconds() function wasn't taking this frequencies into an account.