Leds work simultanously. Version 3.1

Dependencies:   HCSR

Dependents:   bertl_led bertl_led bertl_led bertl_led ... more

Fork of Bertl by Bertl_Team_PE

Buttons

Inhalt

Methoden:

  1. bool WaitUntilButtonPressed()
  2. bool IsButtonPressed(const int btn)
  3. int ReturnButtonPressed()

/media/uploads/fpucher/berl_btns_description.jpg

Konstante:

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*/

Aufgaben Leds


All wikipages