Skimask what bandwith should I use ,between 1Hz to 2Khz ?
I use this for the moment:
Main:
ADCIN 0, adval[0]
Pause 1
ADCIN 1, adval[1]
pause 1
hserout ["A",DEC3 Adval[0],"B",DEC3 Adval[1],13,10]
Pause 50
Goto Main
Maybe I can use this
Main:
ADCIN 0, adval[0]
ADCIN 1, adval[1]
hserout ["A",DEC3 Adval[0],"B",DEC3 Adval[1],13,10]
Pause 30
Goto Main
Regards Pesti
Bookmarks