teslaworksumn / HeadMaster

DMX parsing and I2C output for the master Animatronic Heads controller
MIT License
2 stars 0 forks source link

I2CSend takes only a receiver number #54

Closed mplewis closed 11 years ago

mplewis commented 11 years ago

The function takes only 0 through 4. It uses a _global_ buffer. This is bad.

CrasherCourse commented 11 years ago

As of today, the global buffer is not used. Though you may want to look at the current design of I2CSend just in case.

taylortrimble commented 11 years ago

Yep, I think this is good now!