GAP based TOF Demo
Dependencies: BLE_API X_NUCLEO_6180XA1 mbed
Fork of BLE_HeartRate_IDB0XA1 by
bricks/o.h@29:0f068d70c1a5, 2018-08-20 (annotated)
- Committer:
- hux
- Date:
- Mon Aug 20 16:42:06 2018 +0000
- Revision:
- 29:0f068d70c1a5
- Parent:
- 27:32267cee7cb8
made in Shanghai
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
hux | 27:32267cee7cb8 | 1 | // o.h - dealing with THE object 'O' |
hux | 27:32267cee7cb8 | 2 | #ifndef _O_H_ |
hux | 27:32267cee7cb8 | 3 | #define _O_H_ |
hux | 27:32267cee7cb8 | 4 | |
hux | 27:32267cee7cb8 | 5 | #define O Blob |
hux | 27:32267cee7cb8 | 6 | |
hux | 27:32267cee7cb8 | 7 | #include "bricks/blob.h" |
hux | 27:32267cee7cb8 | 8 | |
hux | 27:32267cee7cb8 | 9 | #endif // _O_H_ |