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.cpp
- Revision:
- 3:7ac1d2432a96
- Parent:
- 2:cd7437c66c6b
- Child:
- 4:38d0fe9c8eb6
--- a/lib_LCD_i2c_SPTLYI.cpp Tue Jan 21 12:13:48 2014 +0000
+++ b/lib_LCD_i2c_SPTLYI.cpp Wed May 04 12:41:27 2016 +0000
@@ -1,32 +1,3 @@
-/** LCD i2c SPTLYI class
-* Utilisée pour écrire sur l'afficheur i2c SPTLYI 2x16.
-*
-* Copyright (c) 2014, cstyles (http://mbed.org)
-*
-* Exemple:
-* @code
-* #include "mbed.h"
-* #include "lib_LCD_i2c_SPTLYI.h"
-*
-* LCD_I2C LCD(p28, p27, p26, 0x7C); //sda, scl, rst, only 4 slave address 0x7C 0x7D 0x7E 0x7F
-*
-* int main() {
-* int i=0;
-* while(1)
-* {
-* LCD.clear();
-* LCD.print(i++);
-* if(i>9999) i=0;
-* wait(0.25);
-* }
-* }
-* @endcode
-* @file lib_LCD_i2c_SPTLYI.h
-* @purpose library for i2c LCD
-* @date Jan 2014
-* @author Yannic Simon
-*/
-
#include "lib_LCD_i2c_SPTLYI.h"
#define I2C_Frequency 600000