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.
Fork of RD117_MBED by
Diff: main.cpp
- Revision:
- 8:e66033f2fe53
- Parent:
- 7:7c4c5b06c805
- Child:
- 9:018902137f7e
--- a/main.cpp Sun Apr 15 20:29:35 2018 +0000 +++ b/main.cpp Mon Apr 16 20:01:08 2018 +0000 @@ -194,7 +194,7 @@ pc.printf("red_mean = %f ", red_mean); pc.printf("correl = %f ", correl); pc.printf("ratio = %f ", ratio); - + pc.printf("%i ", t.read_ms()); pc.printf("%i ", aun_red_buffer[i]); //pc.printf(", ir="); pc.printf("%i ", aun_ir_buffer[i]); @@ -260,6 +260,7 @@ #endif //send samples and calculation result to terminal program through UART // pc.printf("red="); + pc.printf("%i ", t.read_ms()); pc.printf("%i ", aun_red_buffer[i]); // pc.printf(", ir="); pc.printf("%i ", aun_ir_buffer[i]);