feat: added PicoW_Sensor code template
Credits to @ext-erich.styger that provided the template
This commit is contained in:
committed by
Sylvan Arnold
parent
b2e9eab44e
commit
6cd510e749
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* \file
|
||||
* \brief Configuration header file for GFont
|
||||
* Copyright (c) 2020, Erich Styger
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*
|
||||
* This header file is used to configure settings of the Graphical Font module.
|
||||
*/
|
||||
|
||||
#ifndef __McuFontCour24Bold_CONFIG_H
|
||||
#define __McuFontCour24Bold_CONFIG_H
|
||||
|
||||
/* no configuration supported yet */
|
||||
|
||||
#endif /* __McuFontCour24Bold_CONFIG_H */
|
||||
Reference in New Issue
Block a user