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

Teensy compatibility #15

Open
Maoartland opened this issue Oct 24, 2016 · 5 comments
Open

Teensy compatibility #15

Maoartland opened this issue Oct 24, 2016 · 5 comments

Comments

@Maoartland
Copy link

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

@AndrewMascolo
Copy link
Owner

I will get back to you with a answer

Sent from my iPhone

On Oct 24, 2016, at 5:16 AM, Maoartland [email protected] wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@Maoartland
Copy link
Author

Thanks in advance
Regards

On 25 Oct 2016, at 19:13, AndrewMascolo [email protected] wrote:

I will get back to you with a answer

Sent from my iPhone

On Oct 24, 2016, at 5:16 AM, Maoartland [email protected] wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #15 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/APmUV34zpkrTeIy7Ms9OfS9tHRMlzBbeks5q3kbPgaJpZM4Kej75.

@AndrewMascolo
Copy link
Owner

Redownload and try it again. I changed some variables, hopefully they fix the issue

Sent from my iPhone

On Oct 25, 2016, at 2:55 PM, Maoartland [email protected] wrote:

Thanks in advance
Regards

On 25 Oct 2016, at 19:13, AndrewMascolo [email protected] wrote:

I will get back to you with a answer

Sent from my iPhone

On Oct 24, 2016, at 5:16 AM, Maoartland [email protected] wrote:

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


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub #15 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/APmUV34zpkrTeIy7Ms9OfS9tHRMlzBbeks5q3kbPgaJpZM4Kej75.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@Maoartland
Copy link
Author

Thank you Andrew!
I don't have a board with me just now but it compiles fine!
Regards

@Maoartland
Copy link
Author

Just to confirm it does run great on Teensy 3.2
Thanks again

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