Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ isBusy
Method
isBusy
libraries/ADS1x15/ADS1X15.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
176
bool ADS1X15::isBusy()
177
{
178
return isReady() == false;
179
}
180
181
182
bool ADS1X15::isReady()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36