Leds work simultanously. Version 3.1
Dependents: bertl_led bertl_led bertl_led bertl_led ... more
Fork of Bertl by
Buttons
Methoden:
- bool WaitUntilButtonPressed()
- bool IsButtonPressed(const int btn)
- int ReturnButtonPressed()
const int BTN_FLL = 0x80; /**< button front left outer */ const int BTN_FL = 0x04; /**< button front left */ const int BTN_FM = 0x01; /**< button front middle*/ const int BTN_FR = 0x08; /**< button front right */ const int BTN_FRR = 0x40; /**< button front right outer*/ const int BTN_BL = 0x10; /**< button back left*/ const int BTN_BM = 0x02; /**< button back middle*/ const int BTN_BR = 0x20; /**< button back right*/