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

Method getPeriod

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

Source from the content-addressed store, hash-verified

21 // configuration
22 void setPeriod(float period = 1.0);
23 float getPeriod() { return _period; };
24 void setFrequency(float freq = 1.0) { setPeriod(1/freq); };
25 float getFrequency() { return _freq1; };
26

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64