This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# I2CLCD control sample code (for Akizuki AQM0802A) | |
# | |
# setup | |
# $ sudo apt-get install i2c-tools | |
# $ sudo apt-get install python-smbus | |
# | |
# check | |
# $ sudo i2cdetect -y 0 |