Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ read_bytes
Method
read_bytes
Arduino/libraries/OneWire/OneWire.cpp:287–290 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
285
}
286
287
void OneWire::read_bytes(uint8_t *buf, uint16_t count) {
288
for (uint16_t i = 0 ; i < count ; i++)
289
buf[i] = read();
290
}
291
292
//
293
// Do a ROM select
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected