David Buezas
David Buezas
I'd welcome a PR on this :) I use VSCode with the Arduino extension. It is probably better that I don't diverge too much from the Arduino IDE since most...
> How about testing before merging? Yes testing is an issue, I don't see a full solution for this, only "best effort" plus looking at issues.
You are right with the full branch download, that surprises me also. Maybe it is linked to releases? I also agree with cleaning up the older zips from the repo.
I'm willing to take a PR to start with 10 bits by default :)
Thanks for the PR and the explanations! For anybody wanting to know more about the topic in the future, including examples of setting up free running mode with interrupts and...
@thegoodhen that's a good point. I don't think it will make it "worse" tho: According to the datasheets, sample and hold takes 1.5 ADC clocks, and I assume it is...
> Warning: changing the prescaler settings for the ADC will likely affect the apparent input impedance of the adc. This means that the readings of high impedance sources will vary,...
> OCR3A - TC3 output compare register A ( defined, but not with _SFR_MEM16 ) > `#define OCR3A _SFR_MEM16(0x98)` Now it finally makes sense! This was driving me crazy, that...
Just faced another "quirk". The OCRnx registers (e.g OCR3A) can only be set to a value > 255 AFTER configuring the WGM bits. Otherwise the high bit is blocked to...
Oh wow! I didn't see that! What is that datasheet you use? I'm still using the orange one with the broken english. By the way, I noticed 2 differences between...