3 sensors, polling
Revision 9:0a3e1affe004, committed 2021-05-07
- Comitter:
- johnAlexander
- Date:
- Fri May 07 13:45:18 2021 +0000
- Parent:
- 8:8f6490937346
- Child:
- 10:cf7d563200fc
- Commit message:
- Add note on floating-point printf support.
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 07 08:54:46 2021 +0000 +++ b/main.cpp Fri May 07 13:45:18 2021 +0000 @@ -8,6 +8,13 @@ * * * The Reset button can be used to restart the program. + * + * *** Note : + * Default Mbed build system settings disable print floating-point support. + * Offline builds can enable this, again. + * https://github.com/ARMmbed/mbed-os/blob/master/platform/source/minimal-printf/README.md + * .\mbed-os\platform\mbed_lib.json + * */ #include <stdio.h>