void beginTransmission( uint8_t address );
void beginTransmission( uint8_t 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 |
|
uint8_t address |
[IN] The address of the assigned slave, a 7-bit address, from 0 to 127. |
Wire.h