Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool PCF8591::isINCREnabled()
86
{
87
return ((_control & PCF8591_INCR_FLAG) > 0);
88
};
89
90
91
uint8_t PCF8591::analogRead(uint8_t channel, uint8_t mode)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64