Mittelwert z.B.:
Code:
A = 0
For I = 1 To 10
   A = A + Adc(0)
   Waitms 5 
Next I
A = A / 10
Gruß Dirk