-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathCRSFforArduino.h
29 lines (27 loc) · 1.13 KB
/
CRSFforArduino.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* @file CRSFforArduino.h
* @author Cassandra "ZZ Cat" Robinson ([email protected])
* @brief Top level header for CRSF for Arduino, to help with Arduino IDE compatibility.
* @version 0.4.0
* @date 2023-07-17
*
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved.
*
* @section License GNU General Public License v3.0
* This header file is a part of the CRSF for Arduino library.
* CRSF for Arduino is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* CRSF for Arduino is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with CRSF for Arduino. If not, see <https://www.gnu.org/licenses/>.
*
*/
#pragma once
#include "lib/CRSFforArduino/CRSFforArduino.h"