This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Description
[Clock Issues]
_delay_ms(int) from util/delay.h isn't working as expected on arduino UNO (atmega328p) w/ 16MHZ external crystal on the HelloBlink example.
Steps to fix this:
- Define a F_CPU to auto support external and internal resonators.
- Add -O2 for optimizations level 2 for the avr-gcc.
- Document the changes in the README.md file.