Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getValue
Method
getValue
libraries/AD520X/AD520X.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
uint8_t AD520X::getValue(uint8_t pm)
86
{
87
if (pm >= _pmCount) return 0;
88
return _value[pm];
89
}
90
91
92
// STEREO same value
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36