Och menno ich find nix...

Ich benutzt Bascom und ein Minicontrol....

Ich erhalte nur 1023 als Output...
Hier mal mein Programm:
Code:
$regfile = "m168def.dat"
$crystal = 16000000                                         'Quarzfrequenz
$baud = 9600
$hwstack = 32
$framesize = 32
$swstack = 32

Config Portc = Input
Config Adc = Single , Prescaler = Auto

Start Adc


Do
   Print "Servo: " ; Getadc(0)
   Print "Servo2: " ; Getadc(1)
   Print "Servo3: " ; Getadc(2)
   Waitms 500
Loop
Gruß
Scarabol