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
Revision 12:65ab16b1561b, committed 2018-05-02
- 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;