aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/i2c_blocking.rs
Commit message (Collapse)AuthorAgeFilesLines
* rp: fix blocking I2C example regarding pull-up resistorsRob Wells2025-08-191-4/+2
| | | | | | | | | | | | | This amends the blocking I2C example for embassy-rp. Commit bbc3e49 added a pull-up configuration and a comment that pull-ups were not enabled by default. This was made out-of-date by badcdcc, which ensured pull-ups were enabled by default to make the larger I2C configuration change non-breaking. This commit removes the (now-unnecessary) pull-up configuration, and adds a comment to clarify that the default I2C configuration enables pull-ups.
* Add configurable internal pullups for rp i2cerwin2025-08-181-1/+5
| | | | | - Example updated to demonstrate enabling internal pullups - Add `sda_pullup` and `scl_pullup` fields to I2C Config
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* time: Update examples, tests, and other code to use new Timer::after_x ↵Adam Greig2023-10-151-2/+2
| | | | convenience methods
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+5
| | | | specified.
* update embedded-hal apiJeremy Fitzhardinge2022-10-011-1/+1
| | | | Also pin to alpha.9 since its a breaking change
* rename to i2c_blockingJeremy Fitzhardinge2022-10-011-0/+70