sowbug / G35Arduino

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

Develop G35 interface #1

Closed sowbug closed 12 years ago

sowbug commented 12 years ago

The 63-bulb limitation is physical, but it shouldn't affect development of LightPrograms. Develop a G35 abstract class that's implemented by the current G35 concrete class, then adapt the programs to use that interface. This will make it easy to implement a G35 aggregator, which takes multiple strands and presents them as a single logical strand to the programs.

TL;DR: it'd be cool to be able to string together multiple strands and have them act as one.

curtthemartian commented 12 years ago

you are doing AMAZING work Thankyou on behalf of everyone who is trying to use this for all your hard work!

sowbug commented 12 years ago

Thanks, Curt! Only two days left before this crosses over from Christmas-appropriate activity into obsession!

sowbug commented 12 years ago

G35StringGroup has been implemented and is working fine.