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.
Dependents: TD1_exo1 TD1_exe1_suite TP3_exo1 TP3_exo2 ... more
Diff: lib_LCD_i2c_SPTLYI.h
- Revision:
- 11:86ebe0fc54f9
- Parent:
- 10:246c6f2dc45b
--- a/lib_LCD_i2c_SPTLYI.h Wed Feb 22 15:59:13 2017 +0000 +++ b/lib_LCD_i2c_SPTLYI.h Fri Feb 24 14:03:36 2017 +0000 @@ -213,7 +213,7 @@ /** affiche une variable sur l'afficheur * - * @param ... la variable à afficher + * @param nb la variable à afficher * @returns acknoledge write i2c */ int print(int nb); @@ -229,11 +229,11 @@ /** affiche une chaine formaté sur l'afficheur * - * @param s la chaine de format à afficher + * @param format la chaine de format à afficher * @param ... les arguments à afficher * @returns acknoledge write i2c */ - int printf(const char *format, ... ); + int print(const char *format, ... ); private: DigitalInOut m_pin_rst;