Hi Rob, 2012/1/31 Rob Hamerling <[email protected]>
> > I'll enumerate it in the device files. OK, I've seen your last commit. > Works! And not anymore the error on missing ADCON1_ADNREF. > Great ! And yes, error about ADCON1_ADNREF was supposed to be fixed too > I just found the cause! In my source (line 23) you'll see: > >> const byte ADC_RSOURCE = 10_000 >> > > Strange that the compiler doesn't catch assigning a value of 10000 to a > byte, and only complains later with seemingly irrelevant messages. I'll > report this to Kyle. > > After I changed this to: > >> const word ADC_RSOURCE = 10_000 >> > > the range errors are gone. I couldn't understand the error hadn't shown up its head before, as it's the same in current sample. So you've found the answer. >From what I understand, I can now apply changes on template file. I'll do this soon. thanks Seb > > > Regards, Rob. > > -- > R. Hamerling, Netherlands --- http://www.robh.nl > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to jallib+unsubscribe@** > googlegroups.com <jallib%[email protected]>. > For more options, visit this group at http://groups.google.com/** > group/jallib?hl=en <http://groups.google.com/group/jallib?hl=en>. > > -- Sébastien Lelong -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
