Revision: 1489 Author: eur.van.andel Date: Fri Nov 20 13:36:24 2009 Log: added temperature display to Sensirion SHT1X sample
http://code.google.com/p/jallib/source/detail?r=1489 Modified: /trunk/sample/16f876a_sht.jal ======================================= --- /trunk/sample/16f876a_sht.jal Fri Nov 20 13:34:51 2009 +++ /trunk/sample/16f876a_sht.jal Fri Nov 20 13:36:24 2009 @@ -102,6 +102,7 @@ lcd = " " delay_1s(1) + lcd_cursor_position(1, 0) -- row 2, position = 1 -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=.
