This library includes use cases which can be used for replicating BLE use caes.

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?

UserRevisionLine numberNew contents of line
hemddabral 0:935006092f33 1 #include "UseCases.h"
hemddabral 3:9e23792d3d5a 2 #include "TestScenarios.h"
hemddabral 0:935006092f33 3
hemddabral 0:935006092f33 4 int main()
hemddabral 0:935006092f33 5 {
hemddabral 3:9e23792d3d5a 6 //multipleServiceUseCase();
hemddabral 3:9e23792d3d5a 7 setLED();
hemddabral 0:935006092f33 8 }
hemddabral 0:935006092f33 9