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

Method isINCREnabled

libraries/PCF8591/PCF8591.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84
85bool PCF8591::isINCREnabled()
86{
87 return ((_control & PCF8591_INCR_FLAG) > 0);
88};
89
90
91uint8_t PCF8591::analogRead(uint8_t channel, uint8_t mode)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64