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