embassy/examples/nrf
huntc cef6158c31 Extend SAADC one shot support
One-shot mode now permits the sampling of differential pins, and the sampling of multiple pins simultaneously.

A new ChannelConfig structure has been introduced so that multiple channels can be configured individually. Further, the `sample` method now accepts a buffer into which samples are written.

Along the way, I've reset some default configuration to align with Nordic's settings in their nrfx saadc driver. Specifically, the channel gain defaults to 6 (from 4) and the time defaults to 10us (from 20us).
2021-10-09 11:25:18 +11:00
..
.cargo examples: Drop build-std = ["core"] 2021-07-31 13:01:15 -04:00
src Extend SAADC one shot support 2021-10-09 11:25:18 +11:00
build.rs Move examples to a subdirectory 2021-06-02 01:32:19 +02:00
Cargo.toml Update lots of deps 2021-09-11 01:35:23 +02:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00