Skip to content

Instantly share code, notes, and snippets.

@fpawel
Created December 21, 2021 17:28
Show Gist options
  • Save fpawel/ad56738a07ed89d4820e038bb159b4e0 to your computer and use it in GitHub Desktop.
Save fpawel/ad56738a07ed89d4820e038bb159b4e0 to your computer and use it in GitHub Desktop.
while (1)
{
// это надо добавить в начало цикла
if (0 << PA7){
_delay_ms(400) // ?
continue // следующая итерация цикла while (1)
}
// всё что у тебя было ранее
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment