Collaboration diagram for HWB button management:
|
Defines | |
| #define | Hwb_button_init() (DDRE &= 0xFB, PORTE |= 0x04) |
| #define | Is_hwb() ((PINE & 0x04) ? FALSE : TRUE) |
| #define | Is_not_hwb() ((PINE & 0x04) ? TRUE : FALSE) |
|
|
|
|
|
|
|
|
|
1.4.6-NO