mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-03 04:02:57 -04:00
Update Yeelight controller files to new standardized header comment
This commit is contained in:
@@ -1,11 +1,22 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| YeelightControllerDetect.cpp |
|
||||
| |
|
||||
| Detector for Yeelight |
|
||||
| |
|
||||
| Adam Honse (CalcProgrammer1) 18 Jan 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <vector>
|
||||
#include "Detector.h"
|
||||
#include "YeelightController.h"
|
||||
#include "RGBController.h"
|
||||
#include "RGBController_Yeelight.h"
|
||||
#include "SettingsManager.h"
|
||||
#include <vector>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
/******************************************************************************************\
|
||||
* *
|
||||
|
||||
Reference in New Issue
Block a user