home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 April
/
CHIP4_98.ISO
/
software
/
ccconrad
/
basic.exe
/
CHIP
/
Programme.Bas
/
Beispiele_3
/
KTY.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1997-08-29
|
389 b
|
17 lines
' Temperaturmessung mit kty-Sensor
DEFINE sample AD[1]
DEFINE temp WORD
#m1
LOOKTAB temptab, sample, temp 'aktuellen Abtastwert umrechnen
PRINT temp 'Wert ausgeben
PAUSE 50
goto m1
END
TABLE temptab "kty.tab" 'Tabelle definieren (Datei h510.tab
'mu▀ im Programmverzeichnis stehen)