Update SRGBmods LED Controller V1 controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-06-17 22:33:55 -05:00
parent 410423fdc1
commit a3ded7574c
4 changed files with 44 additions and 35 deletions

View file

@ -1,13 +1,16 @@
/*-----------------------------------------*\
| SRGBmodsLEDControllerV1.cpp |
| |
| Driver for SRGBmods LED Controller V1 |
| |
| Adam Honse (CalcProgrammer1) 6/30/2023 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| SRGBmodsLEDControllerV1.cpp |
| |
| Driver for SRGBmods LED Controller V1 |
| |
| Adam Honse (CalcProgrammer1) 30 Jun 2023 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "SRGBmodsLEDControllerV1.h"
#include <cstring>
#include "SRGBmodsLEDControllerV1.h"
using namespace std::chrono_literals;