Hi Community,
I need some help with an LED wearable project. I've been able to get it close to do what I want but I am running into some issues and have a few questions about what I am doing ...
I am using an Adafruit Feather 32u4 with Bluetooth. I can get all the buttons to work but I can't get the animations I want to loop .. they cycle through once then stop.
So I am looking to pay someone for 1-2 hours of your time to walk me through the code and help me resolve the issues.
Thanks!
A
Hi NimoProK,
You'll get a lot of good advice in this forum. See my PM for details on how to share code and project details, or just post the code here.
I don't think it'll take much time at all to fix.
Pat.
At a guess, you have built your animations as a little series of pin writes separated with delays.
This can be rigged up to loop invinitely until "something" (eg: a button press) happens by coding up your own version of delay() and using longjmp. Or just by checking the return value of your custom delay.
Is your code on github?