Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d818b7

Browse files
committedJan 2, 2025
Enhanced comments in expample sketches.
1 parent 3d30194 commit 3d818b7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎libraries/Wire/examples/master_reader_custombuffer/master_reader_custombuffer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Wire Master Reader Custom Buffer
22

3-
// Demonstrates use of the Wire library
3+
// Demonstrates use of the Wire library with customized buffers
44
// Reads data from an I2C/TWI slave device
55
// Refer to the "Wire Slave Sender Custom Buffer" example for use with this
66

‎libraries/Wire/examples/master_writer_custombuffer/master_writer_custombuffer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Wire Master Writer Custom Buffer
22

3-
// Demonstrates use of the Wire library
3+
// Demonstrates use of the Wire library with customized buffers
44
// Writes data to an I2C/TWI slave device
55
// Refer to the "Wire Slave Receiver Custom Buffer" example for use with this
66

‎libraries/Wire/examples/slave_receiver_custombuffer/slave_receiver_custombuffer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Wire Slave Receiver Custom Buffer
22

3-
// Demonstrates use of the Wire library
3+
// Demonstrates use of the Wire library with customized buffers
44
// Receives data as an I2C/TWI slave device
55
// Refer to the "Wire Master Writer Custom Buffer" example for use with this
66

‎libraries/Wire/examples/slave_sender_custombuffer/slave_sender_custombuffer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Wire Slave Sender Custom Buffer
22

3-
// Demonstrates use of the Wire library
3+
// Demonstrates use of the Wire library with customized buffers
44
// Sends data as an I2C/TWI slave device
55
// Refer to the "Wire Master Reader Custom Buffer" example for use with this
66

0 commit comments

Comments
 (0)
Please sign in to comment.