IDT Optical Sensors / Mbed 2 deprecated OB1203_IDT

Dependencies:   mbed OB1203_example_driver

Revision:
17:81a9df351dcd
Parent:
16:0a113303c3ed
--- a/main.cpp	Fri Sep 28 21:55:21 2018 +0000
+++ b/main.cpp	Tue Oct 02 13:24:40 2018 +0000
@@ -23,6 +23,9 @@
 
 OB1203 ob1203(&i2c); //instantiate the OB1203 object from its class and pass i2c object
 Serial pc(USBTX, USBRX,256000); //create a serial port for printing data to a pc
+//Serial nrfPort(PA_9, PA_10, 115200);
+//nrfPort.printf("my data %f\r\n",mydata);
+
 Timer t; //use a microsecond timer for time stamping data