-
Notifications
You must be signed in to change notification settings - Fork 6
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
Provide guide on connecting to ATmega32U4 #1
Comments
The ATmega is connected to the MIPS's UART0 (ttyS0). You can use With any luck, the docs and functionality of the LinkIt Smart Nerves integration will be updated at Nerves Camp on July 17th. |
There is an example project in nerves-examples that illustrates communicating with the ATmega32U4 using the firmata firmware to blink. @fhunleth do we want to document this on the main readme? |
Yeah, this does seem like an important thing to document. Thanks for revisiting this issue. I had dropped the ball on this one with all the prep for Nerves Camp. |
Which is the best firmata driver on elixir? Is there a MIDI library that On Thursday, 4 August 2016, Justin Schneck notifications@github.com wrote:
|
How do we interface with the ATmega32U4? Is there a library to control the ATmega32U4 in real time from elixir?
The text was updated successfully, but these errors were encountered: