jnslxndr / VVVVirmata

THIS REPO IS OUTDATED AND HAS MOVED to http://github.com/muthesius/vvvv-sdk – A Firmata Message Encoder/Decoder for VVVV
http://github.com/muthesius/vvvv-sdk
Other
5 stars 4 forks source link

Fix handling of digital pins to related ports on the board #6

Closed jnslxndr closed 11 years ago

jnslxndr commented 11 years ago

Their has to be some way to map the number of pins to configure through a simple enumeration. Problem faced is, that those might change according to the board – but we don't want to compile a plugin for each board...

jnslxndr commented 11 years ago

Maybe something like a BoardType Enum? Could be generated from the Boards.h file from Firmata!? Via Rake an easy task.