tinygo-zoo icon indicating copy to clipboard operation
tinygo-zoo copied to clipboard

Has anyone started a firmata library for TinyGo?

Open wade-welles opened this issue 4 years ago • 3 comments

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.

wade-welles avatar Jun 13 '20 12:06 wade-welles

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

Do you mean rewriting Firmata itself using TinyGo?

deadprogram avatar Jun 13 '20 13:06 deadprogram

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

wade-welles avatar Jun 13 '20 20:06 wade-welles

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.

wade-welles avatar Jun 13 '20 20:06 wade-welles