-
Notifications
You must be signed in to change notification settings - Fork 70
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 support? #245
Comments
The only reason Teensy's aren't on roadmap is due to the cost of shipping
them to Australia so I can test them. If you have one and can test it all
and it works then that should work okay to include it. You need to build
the right target file which you'd add and then making sure the target
firmata builds correctly but other than that it *should work*....
…On Tue, 1 Jun 2021 at 06:28, Peter Uithoven ***@***.***> wrote:
More a question than an issue, is support for any of the Teensy
<https://www.pjrc.com/teensy/> models on the roadmap?
I noticed there are no teensy models included in this file:
https://github.com/ajfisher/node-pixel/blob/master/firmware/boards.js
Would it be a matter of finding the right
arduino:avr:pro:cpu=16MHzatmega328 like line and adding that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#245>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5DIZYHMW55MGGYY4JQLLTQPWQHANCNFSM453NRB5Q>
.
|
Small update: I then went through all the following steps so that I could compile and load ino files to teensy's: I had to remove all other Servo libraries except for the teensy specific one. Now I'm running into this compilation error:
|
@ajfisher you're probably just busy, but I've also send you an email. |
More a question than an issue, is support for any of the Teensy models on the roadmap?
I noticed there are no teensy models included in this file:
https://github.com/ajfisher/node-pixel/blob/master/firmware/boards.js
Would it be a matter of finding the right
arduino:avr:pro:cpu=16MHzatmega328
like line and adding that?The text was updated successfully, but these errors were encountered: