aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/saadc_continuous.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix interrupt_take macro by specifying path to panic macro.Matous Hybl2021-11-231-1/+0
* Fixed examplesDion Dokter2021-10-261-3/+1
* Use types to strengthen the buffer dimensioninghuntc2021-10-181-6/+4
* Removed the Mode enum and factored out into two functions so that we can asse...huntc2021-10-181-2/+2
* We have to reduce the buffer size to cater for the number of channels to scanhuntc2021-10-181-2/+2
* We must allow the run handler to mutate statehuntc2021-10-181-2/+17
* Implements continuous sampling for the nRF SAADChuntc2021-10-181-0/+49