Defines | |
| #define | Hwb_button_init() (DDRD &= ~(1<<PIND7)) |
| #define | Is_hwb() ((PIND & (1<<PIND7)) ? FALSE : TRUE) |
| #define | Is_not_hwb() ((PIND & (1<<PIND7)) ? TRUE : FALSE) |
| #define Hwb_button_init | ( | ) | (DDRD &= ~(1<<PIND7)) |
| #define Is_not_hwb | ( | ) | ((PIND & (1<<PIND7)) ? TRUE : FALSE) |
1.5.3