if(digitalRead(7) == HIGH )
{
if ( digitalRead(7) == LOW )
{
Chances are slim minimal if you read something (a push-button?) and you read it again a microsecond later that it has changed.
if(digitalRead(7) == HIGH )
{
if ( digitalRead(7) == LOW )
{
Chances are slim minimal if you read something (a push-button?) and you read it again a microsecond later that it has changed.