MCPcopy Create free account
hub / github.com/SmingHub/Sming / beginTransmission

Method beginTransmission

Sming/Core/Wire.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void TwoWire::beginTransmission(uint8_t address)
158{
159 transmitting = true;
160 txAddress = address;
161 txBufferIndex = 0;
162 txBufferLength = 0;
163}
164
165TwoWire::Error TwoWire::endTransmission(bool sendStop)
166{

Callers 1

scanBusFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected