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

including testing headers breaks compilaton on Nano #3

Open
dikkedimi opened this issue Jun 17, 2020 · 1 comment
Open

including testing headers breaks compilaton on Nano #3

dikkedimi opened this issue Jun 17, 2020 · 1 comment

Comments

@dikkedimi
Copy link

Including of the test headers gives an error

exit status 1 Error compiling for board Arduino Nano.

@bkeevil
Copy link
Owner

bkeevil commented Jun 17, 2020

You just need Hamming.h for your project. HammingSerial.h is a poorly designed serial adapter that I wrote before I understood the Arduino libraries. The rest is test drivers and the FifoBuffer unit is no longer used. The HammingSerial_Tests code may be useful to show you how to use the class in your project but its not required to include it.

Maybe one of these days I'll package this properly but not today.

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

2 participants