Update FanBus controller files to new standardized header comment
This commit is contained in:
parent
cd5b8e08c7
commit
502f23e102
7 changed files with 65 additions and 30 deletions
|
|
@ -1,12 +1,16 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| FanBus Interface |
|
||||
| FanBusInterface.cpp |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com), 1/12/2021 |
|
||||
| Interface for FanBus devices |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 12 Jan 2021 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "FanBusInterface.h"
|
||||
|
||||
#include <thread>
|
||||
#include "FanBusInterface.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue