Skip to content

Commit 3d818b7

Browse files
committed
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)