Y SI / lib_LCD_i2c_SPTLYI

Dependents:   TD1_exo1 TD1_exe1_suite TP3_exo1 TP3_exo2 ... more

Files at this revision

API Documentation at this revision

Comitter:
YSI
Date:
Wed May 02 14:50:11 2018 +0000
Parent:
11:86ebe0fc54f9
Child:
13:b0c643bbf1fa
Commit message:
Bug I2C & Interrupt deleted

Changed in this revision

lib_LCD_i2c_SPTLYI.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/lib_LCD_i2c_SPTLYI.cpp	Fri Feb 24 14:03:36 2017 +0000
+++ b/lib_LCD_i2c_SPTLYI.cpp	Wed May 02 14:50:11 2018 +0000
@@ -458,9 +458,9 @@
         data[i+1] = s[i];
         LCD_Data_Register[X80_position_cursor+i] = s[i];
     }
-    Interrupts_OFF;
+    //Interrupts_OFF;   // Interdit depuis 2018 si I2C utilise en interrupt
     ack = I2C::write(m_address, data, n+1);
-    Interrupts_ON;
+    //Interrupts_ON;
     X_move_position(n);
     free(data);
     return ack;