General area when it fits no where else

Moderator: Mmiscool

User avatar
By viscomjim
#46951 Is it possible to write more than one byte of data at a time using I2C.WRITE, like you can using SPI?
User avatar
By chaeplin
#46952 edited.
No, not now.

viscomjim wrote:Is it possible to write more than one byte of data at a time using I2C.WRITE, like you can using SPI?
Last edited by chaeplin on Fri May 06, 2016 7:24 pm, edited 1 time in total.
User avatar
By viscomjim
#46999 I took a look at your link. I was asking if you could write more than one byte at a time using I2C with ESP8266BASIC using I2C.WRITE.

You can send multiple bytes using SPI in ESP8266BASIC, so I was curious if the same could be done with I2C?

Thanks!!!
User avatar
By cicciocb
#47006 No,
for the moment only one byte at the time can be write.
If there is an interest, we could add a "multibytes" function like for SPI.
Let me know what is your target,in order to understand better the need.

CiccioCB