Nordic stack and drivers for the mbed BLE API

Dependents:   idd_hw5_bleFanProto

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

pin_transition_t Struct Reference

pin_transition_t Struct Reference
[Button Handler]

Pin transition direction struct. More...

#include <app_button.h>

Data Fields

uint32_t low_to_high
 Pin went from high to low.

Detailed Description

Pin transition direction struct.

Definition at line 72 of file app_button.h.


Field Documentation

uint32_t low_to_high

Pin went from high to low.

Definition at line 75 of file app_button.h.