embassy/examples
huntc 103a3305e2 Implements continuous sampling for the nRF SAADC
Implements continuous sampling for the nRF SAADC and also renames `OneShot` to `Saadc`. The one-shot behaviour is retained with the `sample` method and a new `run_sampler` method is provided for efficiently (i.e. zero copying) sampler processing. A double buffer is used for continuously sampling, which wlll be swapped once sampling has taken place.

A sample frequency is provided and will set the internal timer of the SAADC when there is just the one channel being sampled. Otherwise, PPI will be used to hook up the TIMER peripheral to drive the sampling task.
2021-10-18 10:26:11 +11:00
..
nrf Implements continuous sampling for the nRF SAADC 2021-10-18 10:26:11 +11:00
rp Update lots of deps 2021-09-11 01:35:23 +02:00
std Update clap 2021-10-18 01:19:01 +02:00
stm32f0 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32f1 Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) 2021-09-28 18:31:04 +02:00
stm32f4 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32g0 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32h7 Update version of critical-section 2021-09-13 17:05:17 +02:00
stm32l0 Update to newer revision of async lorawan stack 2021-10-11 13:51:00 +02:00
stm32l1 Support for STM32L1 2021-09-21 14:50:23 +02:00
stm32l4 Support for STM32L1 2021-09-21 14:50:23 +02:00
stm32wb55 Update lots of deps 2021-09-11 01:35:23 +02:00
stm32wl55 Update to newer revision of async lorawan stack 2021-10-11 13:51:00 +02:00
wasm Update version of critical-section 2021-09-13 17:05:17 +02:00