Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ((PINB & (1 << STAR3_PIN)) == 0) {
- // High to Low
- mode_idx = 0;
- } else {
- mode_idx = last_mode_idx;
- }
RAW Paste Data