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

Method getError

libraries/BH1750FVI_RT/BH1750FVI.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109
110int BH1750FVI::getError()
111{
112 int e = _error;
113 _error = BH1750FVI_OK;
114 return e;
115}
116
117
118////////////////////////////////////////////

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36