Skip to content

Instantly share code, notes, and snippets.

Created November 20, 2014 17:20
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 anonymous/c3d5d510be4ec8b972d0 to your computer and use it in GitHub Desktop.
Save anonymous/c3d5d510be4ec8b972d0 to your computer and use it in GitHub Desktop.
if (ShutPWRdown == false)
r_uiCW = r_uiCW & ~0x2000;
else
if (ShutPWRdown == true)
r_uiCW = r_uiCW | 0x2000;
else
r_uiCW = r_uiCW & ~0x2000;
@Hydrak1k
Copy link

wat

@kristiyan-peychev
Copy link

Wow, I just came

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment