Porting from Arduino: Wire.h

Hi Elby, the beginTransmission and endTransmission functions are handled within the TransmitBlocking and ReceiveBlocking functions.

The first thing done by TransmitBlocking is to send the I2C Start message to the device address, followed by the contents you’re intending to transmission. Once the data has been sent out the I2C Stop message is sent at the end of the backing.

Hope that helps!