This library includes use cases which can be used for replicating BLE use caes.
UseCases.h@3:9e23792d3d5a, 2014-09-25 (annotated)
- Committer:
- hemddabral
- Date:
- Thu Sep 25 12:54:44 2014 +0000
- Revision:
- 3:9e23792d3d5a
- Parent:
- 0:935006092f33
interrupt experiment added
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hemddabral | 0:935006092f33 | 1 | #ifndef __BNRG_USE_CASES__ |
hemddabral | 0:935006092f33 | 2 | #define __BNRG_USE_CASES__ |
hemddabral | 0:935006092f33 | 3 | |
hemddabral | 0:935006092f33 | 4 | void multipleServiceUseCase(); |
hemddabral | 0:935006092f33 | 5 | |
hemddabral | 0:935006092f33 | 6 | #endif // __BNRG_USE_CASES__ |