int Skallsikring1 = 2;
if ((Skallsikring1 == HIGH)
If I tell you that HIGH has the value 1, how likely do you think it is that that "if" expression will ever be true?
int Skallsikring1 = 2;
if ((Skallsikring1 == HIGH)
If I tell you that HIGH has the value 1, how likely do you think it is that that "if" expression will ever be true?