MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getO2

Method getO2

libraries/AD524X/AD524X.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127uint8_t AD524X::getO2()
128{
129 return (_O2 > 0);
130}
131
132
133uint8_t AD524X::read(const uint8_t rdac)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64