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.
Diff: output_driver.h
- Revision:
- 8:9f59ef177620
- Parent:
- 6:4e6d51d8cc06
--- a/output_driver.h Mon Nov 30 22:34:25 2020 +0000 +++ b/output_driver.h Mon Nov 30 23:42:26 2020 +0000 @@ -5,7 +5,7 @@ #define SEND_PAUSE 0.1 -Serial pc(USBTX, USBRX); + void sendFloat(float value); #endif \ No newline at end of file
