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: displayDriver.h
- Revision:
- 17:082d51603f20
- Parent:
- 14:8ceaa97cc85c
diff -r def6abcb4294 -r 082d51603f20 displayDriver.h --- a/displayDriver.h Tue Dec 01 09:40:16 2020 +0000 +++ b/displayDriver.h Tue Dec 01 09:55:54 2020 +0000 @@ -1,5 +1,6 @@ # ifndef DISPLAY_DRIVER_H # define DISPLAY_DRIVER_H -void display(float); + +void display_num(float num); # endif
