Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Wed Feb 01 22:08:56 2017 +0000
Revision:
28:def5e0f0fb06
First S16_Blue_ToF application which runs nicely!; Digital display can be switched on/off with red slider

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 28:def5e0f0fb06 1 // shields.h - collective includes for shields
hux 28:def5e0f0fb06 2 //
hux 28:def5e0f0fb06 3 //
hux 28:def5e0f0fb06 4 #ifndef _SHIELDS_H_
hux 28:def5e0f0fb06 5 #define _SHIELDS_H_
hux 28:def5e0f0fb06 6
hux 28:def5e0f0fb06 7 #include "shields/xn6180.h"
hux 28:def5e0f0fb06 8
hux 28:def5e0f0fb06 9 #endif // _SHIELDS_H_