konashi/SBBLEのテスト

Dependencies:   BLE_API mbed

Fork of BLE_LoopbackUART by Bluetooth Low Energy

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 71 of file app_button.h.


Field Documentation

uint32_t low_to_high

Pin went from high to low.

Definition at line 74 of file app_button.h.