Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes Required for Arduino IDE #2

Open
github-ec opened this issue Mar 4, 2020 · 0 comments
Open

Changes Required for Arduino IDE #2

github-ec opened this issue Mar 4, 2020 · 0 comments

Comments

@github-ec
Copy link

Thanks for the great work provided with your DAC-cosine program! Although the functionality has some limitations it is still fascinating to have ability to create cosine signals without CPU load!

Just a hint for users of the Arduino IDE. It requires only a few changes to get dac-cosine.c compiled:

  • Change "void app_main()" to "void setup()"
  • Add "void loop() {}" at the end of the program

as the IDE expects the declaration of setup() and loop() ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant