capsules_core::adc

Constant BUF_LEN

Source
pub const BUF_LEN: usize = 128;
Expand description

Buffers to use for DMA transfers.

The size is chosen somewhat arbitrarily, but has been tested. At 175000 Hz, buffers need to be swapped every 70 us and copied over before the next swap. In testing, it seems to keep up fine.