void beginTransmission( int address );
void beginTransmission( int address );
Enables the communication with the slave at an assigned address. After that, the data are written by using write()and transmitted by using endTransmission().
|
Parameters |
Description |
|
int address |
[IN] The address of the assigned slave, a 7-bit address, from 0 to 127. |
Wire.h