Update FanBus controller files to new standardized header comment

This commit is contained in:
Adam Honse 2024-05-17 20:23:15 -05:00
parent cd5b8e08c7
commit 502f23e102
7 changed files with 65 additions and 30 deletions

View file

@ -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;