BLE_BlueNRG for Nucleo board

Dependents:   Nucleo_BLE_HeartRate Nucleo_BLE_UART Nucleo_BLE_UART

Warning: Deprecated!

Supported drivers and applications can be found at this link.

Committer:
sjallouli
Date:
Wed Dec 24 18:01:41 2014 +0000
Revision:
2:905715088a9b
Parent:
0:a948f5f3904c
Add USER_BUTTON interrupt configuration

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sjallouli 0:a948f5f3904c 1 #ifndef _ROLE_TYPE_H_
sjallouli 0:a948f5f3904c 2 #define _ROLE_TYPE_H_
sjallouli 0:a948f5f3904c 3
sjallouli 0:a948f5f3904c 4 typedef enum {
sjallouli 0:a948f5f3904c 5 CLIENT,
sjallouli 0:a948f5f3904c 6 SERVER
sjallouli 0:a948f5f3904c 7 } BLE_RoleTypeDef;
sjallouli 0:a948f5f3904c 8
sjallouli 0:a948f5f3904c 9 #endif /* _ROLE_TYPE_H_ */