Update even more file header comments to standardized new format
This commit is contained in:
parent
200b8e3a24
commit
a3066db16c
31 changed files with 284 additions and 152 deletions
|
|
@ -1,3 +1,13 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| i2c_tools.cpp |
|
||||
| |
|
||||
| Utility functions for communicating with and reverse |
|
||||
| engineering i2c devices |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "i2c_tools.h"
|
||||
|
||||
/******************************************************************************************\
|
||||
|
|
|
|||
|
|
@ -1,3 +1,13 @@
|
|||
/*---------------------------------------------------------*\
|
||||
| i2c_tools.h |
|
||||
| |
|
||||
| Utility functions for communicating with and reverse |
|
||||
| engineering i2c devices |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include <string>
|
||||
#include "i2c_smbus.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue