20161203T15:30 Updated cycle code - OrCarin/CET-3510-1KB-Contest GitHub Wiki
Updated cycle code now uses separate method to check for bouncing. Instead of using the delay function--which halts execution of other code--an update function checks if the overflow counter exceeds a preset delay, returning if it does not. Once the overflow counter exceeds the preset value, it will update the LED states. This allows for an asynchronous delay so that other code may be executed, such as checking if the ball should bounce.