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: Afficheur.h
- Revision:
- 6:909e7877d915
- Parent:
- 2:3576839565ae
- Child:
- 8:5124be43c963
diff -r 70db90b673b9 -r 909e7877d915 Afficheur.h --- a/Afficheur.h Tue Sep 05 00:05:38 2017 +0000 +++ b/Afficheur.h Tue Sep 05 05:51:17 2017 +0000 @@ -7,10 +7,10 @@ public: Afficheur(); - void write(char* characters,int length ); + void write(char* characters,int length ,int expo); void write(char ch); void resetDisplay(); - void showDot(); + void showDot(int expo); void hideDot(); private: