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

Method isOn

libraries/optoma/optoma.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68bool Optoma::isOn()
69{
70 return _on;
71};
72
73
74void Optoma::sendID()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64