Read more
Akses LCD 16 x 2 dengan bascom avr dan at mega 8535
Skema rangkaian Akses LCD 16 x 2 dengan bascom avr dan at mega
8535
Source code Akses LCD 16 x 2 dengan bascom avr dan at mega 8535
$regfile = "m8535.dat"
$crystal = 16000000
Config Lcdpin = Pin , Rs = Portc.0 , E =
Portc.1 , Db4 = Portc.2
Config Lcdpin = Pin , Db5 = Portc.3 , Db6 =
Portc.4 , Db7 = Portc.5
Config Lcd = 16 * 2
Cursor Off
Cls
Lcd "99 Aplikasi uC"
Lowerline
Lcd "LCD Text 16x2"
End



0 Reviews
Silakan dikomentari