embassy/examples/rp
Aaron Tsui 849a0e174f add convert_to_celsius function in the adc module
modify RP2040 adc example to get inside biased bipolar diode voltage,
    then convert this temperature sensor data into Celsius degree,
    according to chapter 4.9.5. Temperature Sensor in RP2040 datasheet.
2022-12-20 09:12:01 +08:00
..
.cargo Add env DEFMT_LOG=trace to all examples. 2022-06-18 01:59:12 +02:00
assets rp/examples: add spi_display example 2021-07-20 10:06:57 +02:00
src/bin add convert_to_celsius function in the adc module 2022-12-20 09:12:01 +08:00
build.rs Replace rustflags with build.rs extra-link-args. 2021-11-07 23:52:11 +01:00
Cargo.toml usb/cdc-ncm: add embassy-net Device implementation. 2022-12-13 16:43:25 +01:00
memory.x Move examples to a subdirectory 2021-06-02 01:32:19 +02:00