Update Patriot Viper controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-03 11:36:47 -05:00
parent 281d3d8c62
commit a87803ff26
5 changed files with 64 additions and 45 deletions

View File

@@ -1,14 +1,16 @@
/*-----------------------------------------*\
| PatriotViperController.cpp |
| |
| Definitions and types for Patriot Viper |
| RGB RAM lighting controller |
| |
| Adam Honse (CalcProgrammer1) 1/1/2020 |
\*-----------------------------------------*/
/*---------------------------------------------------------*\
| PatriotViperController.cpp |
| |
| Driver for Patriot Viper RAM |
| |
| Adam Honse (CalcProgrammer1) 01 Jan 2020 |
| |
| This file is part of the OpenRGB project |
| SPDX-License-Identifier: GPL-2.0-only |
\*---------------------------------------------------------*/
#include "PatriotViperController.h"
#include <cstring>
#include "PatriotViperController.h"
PatriotViperController::PatriotViperController(i2c_smbus_interface* bus, viper_dev_id dev, unsigned char slots)
{