arduino-tutorials.com
Arduino Programming: Redirect Statements
Normally the redirect statement in the Arduino Programming is used to branch your code to certain location purposely or bypassing the standard loop condition. break statement When you want to bypas…