mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +00:00
Add USAGE section
This commit is contained in:
parent
88b0c764cf
commit
caa226c70f
@ -1,6 +1,9 @@
|
||||
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
// USAGE: - Copy this file and rename it to my_custom.cpp
|
||||
// - Change false to true on line 9
|
||||
|
||||
#include "hasplib.h"
|
||||
|
||||
#if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
// USAGE: - Copy this file and rename it to my_custom.cpp
|
||||
// - Change false to true on line 9
|
||||
|
||||
#include "hasplib.h"
|
||||
|
||||
#if defined(HASP_USE_CUSTOM) && false // <-- set this to true in your code
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* MIT License - Copyright (c) 2019-2021 Francis Van Roie
|
||||
For full license information read the LICENSE file in the project folder */
|
||||
|
||||
// USAGE: Copy this file and rename it to my_custom.h
|
||||
//
|
||||
|
||||
#ifndef HASP_CUSTOM_H
|
||||
#define HASP_CUSTOM_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user