Hello Filipe, On 30/08/2022 18.58, flyway38 wrote:
var byte AdcChnn = 0 Inside Forever Loop AdcData = adc_read_high_res(AdcChnn)
adc_read_high_res() returns a word, but your AdcChnn is a byte... Regards, Rob. -- *Rob H*amerling, Vianen, NL -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/fb1ed56e-b528-f290-4653-69ab11b0726d%40gmail.com.
