-
Notifications
You must be signed in to change notification settings - Fork 36
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
Project doesn't build on Arduino 1.8 #4
Comments
Don’t know how that happened. I have deleted the duplicate file. The error that you have is usually caused by having the wrong target selected. |
Hi @killercode, I'm having the same issue as you (USISR etc.), did you find a solution yet? |
Is this an issue with the Attiny85 or the Nano version? My advice would be to see if you can build the nano version which uses fairly standard Arduino libraries. |
Hi @jeffmer, you are correct, the nano version builds fine after reinstall/cleaning. Thanks! |
Yes, I solved it: Also I added an ifndef on the MAX30102.h file I will post a fix for this now |
Hello, here is a fix for the problems I found Pull Request: #5 Hope it helps |
Hello
Downloaded the source code and the first issue I found is that there are 2 filenames with the same name, difference is on capitalized letters and windows doesn't accept it.
After that opening the project will give errors like:
'USISR' was not declared in this scope
The text was updated successfully, but these errors were encountered: