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.
Dependencies: SDFileSystem mbed
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
Generated on Wed Jul 27 2022 08:01:45 by
1.7.2