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

[BUG] Clock Delays is not working as expected #119

@pavly-gerges

Description

@pavly-gerges

[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:

  1. Define a F_CPU to auto support external and internal resonators.
  2. Add -O2 for optimizations level 2 for the avr-gcc.
  3. Document the changes in the README.md file.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingbuildBuild script related stuffdiscussionDiscussed issuesdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions