Contiki-NG
Functions

Button HAL definitions for the LaunchPad buttons. More...

#include "contiki.h"
#include "dev/button-hal.h"
#include <Board.h>

Go to the source code of this file.

Functions

 BUTTON_HAL_BUTTON (key_left, "Key Left", Board_PIN_BTN1, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_LEFT, true)
 Negative logic. More...
 
 BUTTON_HAL_BUTTON (key_right, "Key Right", Board_PIN_BTN2, GPIO_HAL_PIN_CFG_PULL_UP|GPIO_HAL_PIN_CFG_HYSTERESIS, BUTTON_HAL_ID_KEY_RIGHT, true)
 Negative logic. More...
 

Detailed Description

Button HAL definitions for the LaunchPad buttons.

Common across all CC13xx/CC26xx LaunchPad boards.

Author
Edvard Pettersen e.pet.nosp@m.ters.nosp@m.en@ti.nosp@m..com

Definition in file button-sensor-arch.c.