Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed OB1203_example_driver
Diff: main.cpp
- Revision:
- 17:81a9df351dcd
- Parent:
- 16:0a113303c3ed
diff -r 0a113303c3ed -r 81a9df351dcd main.cpp --- 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