mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-15 09:41:17 -05:00
Update SRGBmods Pico controller files to new standardized header comment
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
/*-----------------------------------------*\
|
||||
| SRGBmodsPicoController.cpp |
|
||||
| |
|
||||
| Driver for SRGBmods Raspberry Pi Pico |
|
||||
| LED Controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 7/21/2022 |
|
||||
\*-----------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| SRGBmodsPicoController.cpp |
|
||||
| |
|
||||
| Driver for SRGBmods Raspberry Pi Pico LED Controller |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 21 Jul 2022 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "SRGBmodsPicoController.h"
|
||||
#include <cstring>
|
||||
#include "SRGBmodsPicoController.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user