Y SI / lib_LCD_i2c_SPTLYI

Dependents:   TD1_exo1 TD1_exe1_suite TP3_exo1 TP3_exo2 ... more

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;