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

Method setPhase

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

Source from the content-addressed store, hash-verified

27 void setAmplitude(float ampl = 1.0) { _amplitude = ampl; };
28 float getAmplitude() { return _amplitude; };
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; };

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36