-- a temperature display using -- an LM75 and a HD44780 LCD controller include 16c84_10 include jlib include lm75 include hd447804 const lm75_address = 0 hd44780_clear forever loop var byte t, d var bit f lm75_read_fdt( lm75_address, f, d, t ) hd44780_line1 if f then hd44780 = "-" else hd44780 = "+" end if print_decimal_2( hd44780, d, " " ) hd44780 = "." print_decimal_1( hd44780, t, "0" ) delay_200mS end loop
file: /Techref/microchip/language/jal/doc/e0004.jal, 0KB, , updated: 1998/12/23 19:08, local time: 2025/5/1 00:55,
3.149.231.42:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/microchip/language/jal/doc/e0004.jal"> microchip language jal doc e0004</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.