MCPcopy 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
413void AD9851::setARCCutOffFreq(uint32_t Hz)
414{
415 if (Hz > 30000000UL) Hz = 30000000;
416 _ARCCutOffFreq = Hz;
417};
418
419
420uint32_t AD9851::getARCCutOffFreq()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64