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

Method getPhase

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

Source from the content-addressed store, hash-verified

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; };
33

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36