-
Notifications
You must be signed in to change notification settings - Fork 14
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 fixes #9
base: master
Are you sure you want to change the base?
Teensy fixes #9
Conversation
ARM has unsigned char while AVR has signed char
Hallo Schwabe, |
Ja, auf dem arm ist das ein unsigned char. C Standard lässt beides zu. Man könnte auch einfach int oder int8_t nehmen. Dass man beim Teensy 3.2 keine zusätliche RTC mehr braucht, relativiert die Kosten etwas. |
Portierung von CLT auf den Teensy 3.1