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

Method getDutyCycle

libraries/HeartBeat/HeartBeat.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54float HeartBeat::getDutyCycle()
55{
56 return _dutyCycle;
57};
58
59
60void HeartBeat::enable()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64