This looks like a great system to simplify Arduino programming.
However, this runs your program in a loop. You can add a delay to reduce power consumption, but it will reduce responsiveness. I am really looking for interrupt-based Arduino programming.
However, this runs your program in a loop. You can add a delay to reduce power consumption, but it will reduce responsiveness. I am really looking for interrupt-based Arduino programming.