mpgmike Thank you very much
Can you tell me how I will get a 10-bit price in the baty variable
my programm
Code:baty var word arxh: ADCON0 = %00000011 DO LOOP WHILE ADCON0.1 = 1 adcin 0,baty if baty > 1050 then gosub OK endif if baty < 1000 then gosub noOK endif goto arxh
Bookmarks