1
0
mirror of https://github.com/elua/elua.git synced 2025-01-25 01:02:54 +08:00

Fix typo in I2C refman

This commit is contained in:
Martin Guy 2011-07-28 17:53:10 +02:00
parent 5868fa6c87
commit 8f520abd16

View File

@ -63,7 +63,7 @@ data_en =
desc = "Reads a number of bytes from a slave that has already acknowledged an @#i2c.address@i2c.address@ call. It acknowledges all the bytes received except for the last one.", desc = "Reads a number of bytes from a slave that has already acknowledged an @#i2c.address@i2c.address@ call. It acknowledges all the bytes received except for the last one.",
args = args =
{ {
"$id$ - the ID of the SPI interface.", "$id$ - the ID of the I2C interface.",
"$numbytes$ - the number of bytes to read." "$numbytes$ - the number of bytes to read."
}, },
ret = "a string with all the data read from the I2C interface." ret = "a string with all the data read from the I2C interface."