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

Method getYShift

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

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64