feat: added PicoW_Sensor code template

Credits to @ext-erich.styger that provided the template
This commit is contained in:
SylvanArnold
2025-04-22 11:30:45 +02:00
committed by Sylvan Arnold
parent b2e9eab44e
commit 6cd510e749
985 changed files with 606823 additions and 0 deletions

View File

@@ -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 __McuFontCour08Bold_CONFIG_H
#define __McuFontCour08Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour08Bold_CONFIG_H */

View File

@@ -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 __McuFontCour08Normal_CONFIG_H
#define __McuFontCour08Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour08Normal_CONFIG_H */

View File

@@ -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 __McuFontCour10Bold_CONFIG_H
#define __McuFontCour10Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour10Bold_CONFIG_H */

View File

@@ -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 __McuFontCour10Normal_CONFIG_H
#define __McuFontCour10Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour10Normal_CONFIG_H */

View File

@@ -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 __McuFontCour12Bold_CONFIG_H
#define __McuFontCour12Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour12Bold_CONFIG_H */

View File

@@ -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 __McuFontCour12Normal_CONFIG_H
#define __McuFontCour12Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour12Normal_CONFIG_H */

View File

@@ -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 __McuFontCour14Bold_CONFIG_H
#define __McuFontCour14Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour14Bold_CONFIG_H */

View File

@@ -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 __McuFontCour14Normal_CONFIG_H
#define __McuFontCour14Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour14Normal_CONFIG_H */

View File

@@ -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 __McuFontCour18Bold_CONFIG_H
#define __McuFontCour18Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour18Bold_CONFIG_H */

View File

@@ -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 __McuFontCour18Normal_CONFIG_H
#define __McuFontCour18Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour18Normal_CONFIG_H */

View File

@@ -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 */

View File

@@ -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 __McuFontCour24Normal_CONFIG_H
#define __McuFontCour24Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour24Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv08Bold_CONFIG_H
#define __McuFontHelv08Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv08Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv08Normal_CONFIG_H
#define __McuFontHelv08Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv08Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv10Bold_CONFIG_H
#define __McuFontHelv10Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv10Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv10Normal_CONFIG_H
#define __McuFontHelv10Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv10Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv12Bold_CONFIG_H
#define __McuFontHelv12Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv12Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv12Normal_CONFIG_H
#define __McuFontHelv12Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv12Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv14Bold_CONFIG_H
#define __McuFontHelv14Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv14Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv14Normal_CONFIG_H
#define __McuFontHelv14Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv14Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv18Bold_CONFIG_H
#define __McuFontHelv18Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv18Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv18Normal_CONFIG_H
#define __McuFontHelv18Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv18Normal_CONFIG_H */

View File

@@ -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 __McuFontHelv24Bold_CONFIG_H
#define __McuFontHelv24Bold_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv24Bold_CONFIG_H */

View File

@@ -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 __McuFontHelv24Normal_CONFIG_H
#define __McuFontHelv24Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontHelv24Normal_CONFIG_H */