Adding support for 16 channel PWM expansion to libraries

Related to the development libraries, released by Curt Binder
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: Adding support for 16 channel PWM expansion to libraries

Post by cosmith71 »

I had a thought. We could use different trigger values to trigger lightning on different channels. Say, 1 flashes channel 1, 2 flashes 2, 3 flashes 1 and 2, something like that.

Maybe even make the trigger an int to open up possibilities.

--Colin
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Adding support for 16 channel PWM expansion to libraries

Post by lnevo »

You can have 256 possibilities with a byte... just sayin :)
User avatar
cosmith71
Posts: 1437
Joined: Fri Mar 29, 2013 3:51 pm
Location: Oklahoma City

Re: Adding support for 16 channel PWM expansion to libraries

Post by cosmith71 »

I know. I'm just thinking out loud. :D
Post Reply