Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
void TwoWire::beginTransmission(uint8_t address)
158
{
159
transmitting = true;
160
txAddress = address;
161
txBufferIndex = 0;
162
txBufferLength = 0;
163
}
164
165
TwoWire::Error TwoWire::endTransmission(bool sendStop)
166
{
Callers
1
scanBus
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected