Skip to content

Instantly share code, notes, and snippets.

@ysakasin
Last active November 14, 2015 15:04
Show Gist options
  • Save ysakasin/4787e076dc5a54c1d456 to your computer and use it in GitHub Desktop.
Save ysakasin/4787e076dc5a54c1d456 to your computer and use it in GitHub Desktop.
int main(void){
DDRB=0b11111111;
PORTB=0b00000000;
while(1){
PORTB=0b11111111;
PORTB=0b00000000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment