mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 09:34:39 -04:00
Update file header comments to standardized new format for BlinkyTape files
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| BlinkyTapeController.cpp |
|
||||
| BlinkyTapeController.cpp |
|
||||
| |
|
||||
| BlinkyTape controller interface |
|
||||
| Driver for BlinkyTape |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com), 07/01/2021 |
|
||||
| Matt Mets (matt@blinkinlabs.com) 01 Jul 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <algorithm>
|
||||
@@ -100,4 +103,3 @@ void BlinkyTapeController::SetLEDs(std::vector<RGBColor> colors)
|
||||
\*-------------------------------------------------------------*/
|
||||
serialport->serial_write((char *)serial_buf.data(), packet_size);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| Definitions for BlinkyTape Interface |
|
||||
| BlinkyTapeController.h |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com), 07/01/2021 |
|
||||
| Driver for BlinkyTape |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com) 01 Jul 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| BlinkyTapeControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for BlinkyTape |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com) 01 Jul 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_BlinkyTape.cpp |
|
||||
| RGBController_BlinkyTape.cpp |
|
||||
| |
|
||||
| Generic RGB Interface for BlinkyTape Led controller |
|
||||
| RGBController for BlinkyTape |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com), 07/01/2021 |
|
||||
| Matt Mets (matt@blinkinlabs.com) 01 Jul 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "RGBController_BlinkyTape.h"
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| RGBController_BlinkyTape.h |
|
||||
| RGBController_BlinkyTape.h |
|
||||
| |
|
||||
| Generic RGB Interface for BlinkyTape Led controller |
|
||||
| RGBController for BlinkyTape |
|
||||
| |
|
||||
| Matt Mets (matt@blinkinlabs.com), 07/01/2021 |
|
||||
| Matt Mets (matt@blinkinlabs.com) 01 Jul 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user