-
Notifications
You must be signed in to change notification settings - Fork 20
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
Teensy compatibility #15
Comments
I will get back to you with a answer Sent from my iPhone
|
Thanks in advance
|
Redownload and try it again. I changed some variables, hopefully they fix the issue Sent from my iPhone
|
Thank you Andrew! |
Just to confirm it does run great on Teensy 3.2 |
First of all, thank you for this library, very helpful!
I have been using it on various board without issue.
My latest project required the use of teensy board (3.2) and have compiling issues.
error: expected unqualified-id before numeric constant
unsigned int _S = (seconds / 60), _M = (minutes / 60);
error: '_M' was not declared in this scope
if(_M) hours += _M;
^
I have very limited programming skills and could not find a solution..
Would you be willing to have a look at this issue and maybe give some pointers on a possible solution?
Thanks in advance
Regards
The text was updated successfully, but these errors were encountered: