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

Has anyone started a firmata library for TinyGo? #4

Open
wade-welles opened this issue Jun 13, 2020 · 3 comments
Open

Has anyone started a firmata library for TinyGo? #4

wade-welles opened this issue Jun 13, 2020 · 3 comments

Comments

@wade-welles
Copy link

I don't want to re-invent the wheel if it already exists, but I started putting one together last night. And I would like to offer it for use in the primary project, given the popularity of firmata if there is interest and the project is not already being handled by someone else.

@deadprogram
Copy link
Member

Since you run TinyGo on the microcontroller itself, you would not use Firmata with TinyGo.

Do you mean rewriting Firmata itself using TinyGo?

@wade-welles
Copy link
Author

Yes, the fimrware component of firmata. It receives midi signals and controls what is happening on the microcontroler.

@wade-welles
Copy link
Author

https://github.com/firmata/arduino/blob/master/examples/StandardFirmataPlus/StandardFirmataPlus.ino

This example might help make it clearer what Ive been piecing together last few days.

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