Const Int Const Int: Ledpin 13 Buttonpin 17
Const Int Const Int: Ledpin 13 Buttonpin 17
// Variables:
int buttonState = 0;
/*
**************************************************************
Pin and other Set-up Configuration
**************************************************************
*/
void setup()
{
// Initialize OUTPUTS
/*
**************************************************************
User Defined Functions
**************************************************************
*/