aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32g0/src/bin/i2c_async.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustfmtSüha Ünüvar2025-08-081-9/+1
|
* i2c examplesSüha Ünüvar2025-08-081-2/+0
|
* stm32g0: add i2c_async exampleFelipe Balbi2024-05-161-0/+48
This example will help those having difficulties understanding how to bind interrupts on stm32g0 devices.