MCPcopy Create free account
hub / github.com/Atarity/Lightpack / close

Method close

Software/src/LedDeviceArdulight.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void LedDeviceArdulight::close()
60{
61 if (m_ArdulightDevice != NULL) {
62 m_ArdulightDevice->close();
63
64 delete m_ArdulightDevice;
65 m_ArdulightDevice = NULL;
66 }
67}
68
69void LedDeviceArdulight::setColors(const QList<QRgb> & colors)
70{

Callers 1

openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected