teslaworksumn / HeadMaster

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

DMXState is uninitialized #27

Closed taylortrimble closed 11 years ago

taylortrimble commented 11 years ago

Our DMXReceive function starts off with a while (DMXState != DMXDone) but we don't initialize DMXState, so there are no guarantees.