MCPcopy 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
176bool ADS1X15::isBusy()
177{
178 return isReady() == false;
179}
180
181
182bool ADS1X15::isReady()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36