Code:
$regfile = "m8def.dat"
$crystal = 7372800

Config Adc = Single , Prescaler = Auto

Start Adc

Dim W As Word

Do
  W = Getadc(0)
  Print "Value = " ; W
Loop
End
Hier biddesehr!

ich nehme an das du statt word nen byte dimmst dann bekommt man nur 8bit.

Martin