Skip to content

Instantly share code, notes, and snippets.

@esmarr58
Last active November 2, 2017 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esmarr58/22eaae29a2916699bf9d5234b7af1247 to your computer and use it in GitHub Desktop.
Save esmarr58/22eaae29a2916699bf9d5234b7af1247 to your computer and use it in GitHub Desktop.
//DDRB = (DDRB & 0b11011111 ) | 0b00100000 ;
DDRB = (DDRB & 0xDF) | 0x20 ;
//pinMode(13,OUTPUT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment