Thanks Paul! An 8.2k to GND seems to be working just fine.
Type: Posts; User: Joe459
Thanks Paul! An 8.2k to GND seems to be working just fine.
I'm working on a project with a somewhat expensive actuator and don't want to damage it. The teensy DAC output is multiplied by over 20x. Also I would like to implement a linear down-tapering of the...
I'm wondering if I can write to memory in the DMA interrupt that is accessed in the ADC interrupt.
Thanks
I don't really want to transmit data selectively as data chunks of the same size incoming continuously is desired for my application.
Here is some source.
const int readPin_adc_0 = A15;
ADC *adc = new ADC();
const uint32_t initial_average_value = 2048;
Hi guys,
I am working on a project that is very much based on the adc_dma example in the teensy ADC library, and it uses the PDB to set the frequency of sampling. The analog buffer interrupt...