Skip to content

Commit

Permalink
Update register_manipulations.ino
Browse files Browse the repository at this point in the history
Fix spelling mistakes
  • Loading branch information
Ivan-Stefanov-513 committed Sep 9, 2023
1 parent dfcbcb5 commit 388e8dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 4. Writing data block to registers (useful for FIFO buffers)
* 5. Reading data block from registers (useful for FIFO buffers)
*
* Example is writen by Ivan Stefanov on 10 Sep 2023
* Example is written by Ivan Stefanov on 10 Sep 2023
*/

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

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

/* Write and read 4 byte block */
Expand Down

0 comments on commit 388e8dd

Please sign in to comment.