Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaulStoffregen/OneWire
/ read_bytes
Method
read_bytes
OneWire.cpp:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
void OneWire::read_bytes(uint8_t *buf, uint16_t count) {
305
for (uint16_t i = 0 ; i < count ; i++)
306
buf[i] = read();
307
}
308
309
//
310
// Do a ROM select
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected