Skip to content

Commit dac78d1

Browse files
authored
Update README.md
1 parent 1038549 commit dac78d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Opens a TWI module number TWINumber in master mode, using its dedicated SDA and
109109
| Name | Description |
110110
|---------|---------------|
111111
|void write(Address, Register, DataByte) | Writes a byte of data to the given register of an I2C device with given address.|
112-
|int readwrite(Address, NumReceiveBytes, Register, DataByte) | Writes a byte of data to the given register of an I2C deice with address and reads NumReceiveBytes. NumReceiveBytes can be max 8 bytes long.|
112+
|int readwrite(Address, NumReceiveBytes, Register, DataByte) | Writes a byte of data to the given register of an I2C device with given address and reads NumReceiveBytes. NumReceiveBytes can be max 8 bytes long.|
113113

114114
## SpiMaster
115115

0 commit comments

Comments
 (0)