Skip to content

Instantly share code, notes, and snippets.

@floere
Created March 17, 2010 22:16
Show Gist options
  • Save floere/335797 to your computer and use it in GitHub Desktop.
Save floere/335797 to your computer and use it in GitHub Desktop.
// I don’t care if
IOPIN0 & (1<<23);
// means anything to you. it doesn’t mean anything to me.
// So let’s move it to a method, which, when called, will
// make everything clear for everybody.
int isUSBConnected(void) {
return IOPIN0 & (1<<23);
}
// Label your functionality semantically!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment