sowbug / G35Arduino

An Arduino library for GE Color Effects G-35 holiday lights.
Other
64 stars 24 forks source link

Fix bulb address calculation when there are more than 2 strings in a group. #17

Closed gsgeschke closed 11 years ago

gsgeschke commented 11 years ago

Hi Mike,

Thanks for the excellent library!

I found an issue with the bulb address that gets calculated when there are more than 2 strings in a group. Can you take a look at this change?

Thanks, Gregg.

sowbug commented 11 years ago

Aha, string_offset is cumulative. Guess I need to go buy some more lights. :) Thanks.