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

Method setYShift

libraries/FunctionGenerator/FunctionGenerator.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void setPhase(float phase = 0.0) { _phase = phase; };
30 float getPhase() { return _phase; };
31 void setYShift(float yShift = 0.0) { _yShift = yShift; };
32 float getYShift() { return _yShift; };
33
34 // constant amplitude

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64