trigger count
in
Programming Questions
•
3 years ago
I need to make a triggered counter structure.
f.e.
if trigger==1 count from 255 to 0. If a new trigger arrives while counting start again from 255 and discard previous count.
I'm not sure how to do that in processing and every help will be much appreciated.
1