Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ setARCCutOffFreq
Method
setARCCutOffFreq
libraries/AD985X/AD985X.cpp:413–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
412
413
void AD9851::setARCCutOffFreq(uint32_t Hz)
414
{
415
if (Hz > 30000000UL) Hz = 30000000;
416
_ARCCutOffFreq = Hz;
417
};
418
419
420
uint32_t AD9851::getARCCutOffFreq()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64