aboutsummaryrefslogtreecommitdiff
path: root/examples/mspm0l1306/src/bin/i2c.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mspm0l1306/src/bin/i2c.rs')
-rw-r--r--examples/mspm0l1306/src/bin/i2c.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/mspm0l1306/src/bin/i2c.rs b/examples/mspm0l1306/src/bin/i2c.rs
index cf65206b2..51327dff5 100644
--- a/examples/mspm0l1306/src/bin/i2c.rs
+++ b/examples/mspm0l1306/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-MSPM0L1306 board. 4//! This uses the virtual COM port provided on the LP-MSPM0L1306 board.
4 5