summaryrefslogtreecommitdiff
path: root/examples/nrf/src/bin/saadc_continuous.rs
AgeCommit message (Expand)Author
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-03-07Simplifies the API by taking in the TIMER and PPI channelshuntc
2022-03-07Improve nRF Saadc samplinghuntc
2021-11-23Fix interrupt_take macro by specifying path to panic macro.Matous Hybl
2021-10-26Fixed examplesDion Dokter
2021-10-18Use types to strengthen the buffer dimensioninghuntc
2021-10-18Removed the Mode enum and factored out into two functions so that we can asse...huntc
2021-10-18We have to reduce the buffer size to cater for the number of channels to scanhuntc
2021-10-18We must allow the run handler to mutate statehuntc
2021-10-18Implements continuous sampling for the nRF SAADChuntc