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

Method line

libraries/FunctionGenerator/functionGenerator.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33float funcgen::line()
34{
35 return _yShift + _amplitude;
36}
37
38
39float funcgen::zero()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64