aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/i2c_slave.rs
Commit message (Collapse)AuthorAgeFilesLines
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-2/+2
|
* rp: i2c-slave example: fix twice-swapped sda/sclMatt Johnston2025-04-151-6/+6
| | | | | sda and scl were swapped twice. The code worked, but would be confusing trying to interface with pins externally.
* Improve rp2040 i2c slaveCaleb Jamison2024-02-151-1/+1
| | | | | | | | This commit takes the fixes and error reporting improvements from jcdickinson's work and applies them without overlaying a software state machine on top of the hardware state machine. Also allows configuration of response to 'general call' writes.
* correct spelling of the word "receive"Stefan Gehr2024-02-031-3/+3
|
* 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-3/+3
| | | | convenience methods
* Add example, fix small bug in respond_and_fillCaleb Jamison2023-09-101-0/+118