From 2aaee32fc73b90ecfaa9edf494487831d892c855 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 31 Jul 2011 01:56:18 +0000 Subject: 1wire for DS1821 works now git-svn-id: https://svn.spreadspace.org/mur.sat@84 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/ihu/tables.inc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'software/ihu/tables.inc') diff --git a/software/ihu/tables.inc b/software/ihu/tables.inc index 69584bf..1050a5e 100644 --- a/software/ihu/tables.inc +++ b/software/ihu/tables.inc @@ -42,5 +42,31 @@ digit retlw '7' retlw '8' retlw '9' + retlw 'A' + retlw 'B' + retlw 'C' + retlw 'D' + retlw 'E' + retlw 'F' + +mul10 + addwf PCL,f + retlw .0 + retlw .10 + retlw .20 + retlw .30 + retlw .40 + retlw .50 + retlw .60 + retlw .70 + retlw .80 + retlw .90 + retlw .100 + retlw .110 + retlw .120 + retlw .130 + retlw .140 + retlw .150 + retlw .160 ;; ------------------------------------- -- cgit v1.2.3