Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | None | 0 0
  1. if ((PINB & (1 << STAR3_PIN)) == 0) {
  2.         // High to Low
  3.         mode_idx = 0;
  4.     } else {
  5.         mode_idx = last_mode_idx;
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement