sato sei / Mbed 2 deprecated SD_AQM_RTC_Test

Dependencies:   SDFileSystem mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers AQM0802A.h Source File

AQM0802A.h

00001 //I2C i2c(p28, p27); // sda, scl
00002 extern I2C i2c;
00003 
00004 const int AQCM0802_addr = 0x7C;
00005 
00006 void lcd_init();
00007 void lcd_setCursor(unsigned char x,unsigned char y);
00008 void setContrast(unsigned char c);
00009 void lcd_setCursor(unsigned char x,unsigned char y);
00010 void lcd_printStr(const char *s);
00011 
00012 
00013