DukeGriffin wrote:
...
Also question on the Producer/Consumer architect: What do I do if I have 20+ LED's to update? The bundle cluster would be huge and take up enourmous amount of space and I'd have to update each LED ever time I want to change one. Or am I missing something obvious for this?
The bundle just needs to have the effected elements visible. This actually takes up less room than locals.
Once you get used to doing it this way, the locals will start to seem amateurish and unnecessary. Keep the data on the wire!
Richard