i2cMaster.write (METH)¶
METHOD write : DINT
This method is used to directly write nBufferLen bytes to a device with a certain address
- InOut:
Scope
Name
Type
Comment
Return
writeDINTNumber of bytes that have actually been written
Input
usiAddressUSINTaddress of i²c device
pbyBufferPOINTER TO BYTE
Pointer to the buffer that contains the data
nBufferLenUDINTnumber of bytes to write