mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-31 20:52:13 +01:00
219914ef22
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.