Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ readDevice
Method
readDevice
libraries/AD5245/AD5245.cpp:81–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
80
81
uint8_t AD5245::readDevice()
82
{
83
Wire.requestFrom(_address, (uint8_t)1);
84
return Wire.read();
85
}
86
87
88
// read datasheet
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected