Skip to content

Commit 388e8dd

Browse files
Update register_manipulations.ino
Fix spelling mistakes
1 parent dfcbcb5 commit 388e8dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/Wire/examples/register_manipulations/register_manipulations.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 4. Writing data block to registers (useful for FIFO buffers)
1111
* 5. Reading data block from registers (useful for FIFO buffers)
1212
*
13-
* Example is writen by Ivan Stefanov on 10 Sep 2023
13+
* Example is written by Ivan Stefanov on 10 Sep 2023
1414
*/
1515

1616
#include <Wire.h>
@@ -53,7 +53,7 @@ void setup() {
5353
Serial.print("Read read-only register: ");
5454
Serial.println((unsigned int)test, HEX);
5555

56-
// Data to be writen to register block
56+
// Data to be written to register block
5757
uint8_t arr[4] = {0}, dat[4] = {0x91, 0x64, 0xA4, 0x30};
5858

5959
/* Write and read 4 byte block */

0 commit comments

Comments
 (0)