aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0g3507/src/bin/i2c.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0g3507/src/bin/i2c.rs')
-rw-r--r--examples/mspm0g3507/src/bin/i2c.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/mspm0g3507/src/bin/i2c.rs b/examples/mspm0g3507/src/bin/i2c.rs
index b87a0184f..2e3bf2ca1 100644
--- a/examples/mspm0g3507/src/bin/i2c.rs
+++ b/examples/mspm0g3507/src/bin/i2c.rs
@@ -1,4 +1,5 @@
1//! Example of using blocking I2C 1//! This example uses FIFO with polling, and the maximum FIFO size is 8.
2//! Refer to async example to handle larger packets.
2//! 3//!
3//! This uses the virtual COM port provided on the LP-MSPM0G3507 board. 4//! This uses the virtual COM port provided on the LP-MSPM0G3507 board.
4 5