|
Contiki 2.5
|
button APIs More...
#include "hal/micro/button.h"#include "hal/micro/micro-common.h"#include "hal/micro/cortexm3/micro-common.h"Go to the source code of this file.
Functions | |
| void | halInitButton (void) |
| Init buttons. | |
| int8u | halGetButtonStatus (HalBoardButton button) |
| Get button status. | |
button APIs
Definition in file button.c.
1.8.3.1