Pedro Villanueva
Pedro Villanueva
**Is your feature request related to a problem? Please describe.** In my job, I ssh into a set of machines I have ssh aliases for. The hostnames can be quite...
From a private message: > Change any: > > `pinMode(A0, INPUT);` > to > `pinMode(A0, INPUT_DISABLE); // disable digital keeper resistors` > > The former can interfere with linearity. >...
DMA can be used to trigger and transfer conversions from/to the ADC. The current DMA and RingBuffer code does not work very well. @KurtE has some working code we need...
It is possible to trigger ADC conversions at a fixed frequency. Teensy 3.x have the PDB, Teensy 4 has something like that. The goal is to have frequency controlled conversions...
According to the datasheet for the 16 bit differential mode the maximum value is 31/32*VREFH, not VREFH.
Update notebooks to the second edition