aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/saadc_continuous.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename examples/nrf to examples/nrf52840Dominik Boehi2023-01-091-68/+0
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-3/+3
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+3
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-4/+4
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-3/+4
* Simplifies the API by taking in the TIMER and PPI channelshuntc2022-03-071-20/+6
* Improve nRF Saadc samplinghuntc2022-03-071-17/+40
* 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