aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/pio_onewire.rs
Commit message (Collapse)AuthorAgeFilesLines
* Correct the temperature reading to preserve the sign bitsMichael Turner2025-11-021-1/+1
|
* rp/pio: Add onewire strong pullups, parasite powerMatt Johnston2025-09-141-0/+1
| | | | | | | | | | | | | | DS18B20 sensors require a strong pullup to be applied for the duration of the temperature conversion, within 10us of the command. The rp2xxx pins have sufficient drive strength to use as the pullup (no external mosfet needed). Add a new write_bytes_pullup() that will apply the pullup after bytes are written. Existing read_bytes()/write_bytes() has no change to onewire timing. A pio_onewire_parasite example reads multiple sensors individually, applying the strong pullup.
* Updated the pio onewire exampleMarc2025-04-251-49/+53
|
* Move pio programs into embassy-rpCaleb Jamison2024-10-091-85/+13
|
* rp: Add PIO example for one-wire temperature sensorkalkyl2024-09-171-0/+155