-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(library): Bump library version to 0.3.2
- Loading branch information
Showing
9 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file channels.ino | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief This example sketch shows how to receive RC channels from a CRSF receiver using the CRSF for Arduino library. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=CRSFforArduino | ||
version=0.3.1 | ||
version=0.3.2 | ||
author=Cassandra Robinson <[email protected]> | ||
maintainer=Cassandra Robinson <[email protected]> | ||
sentence=An Arduino Library for communicating with ExpressLRS receivers. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @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.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file CRSFforArduino.cpp | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief CRSF for Arduino facilitates the use of ExpressLRS RC receivers in Arduino projects. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file CRSFforArduino.h | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief CRSF for Arduino facilitates the use of ExpressLRS RC receivers in Arduino projects. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file CompatibilityTable.cpp | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief Compatibility Table is used to determine if the current device is compatible with CRSF for Arduino. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file CompatibilityTable.h | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief Compatibility Table is used to determine if the current device is compatible with CRSF for Arduino. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @file main_rc.cpp | ||
* @author Cassandra "ZZ Cat" Robinson ([email protected]) | ||
* @brief This file demonstrates the full capabilities of CRSF for Arduino. | ||
* @version 0.3.1 | ||
* @version 0.3.2 | ||
* @date 2023-06-03 | ||
* | ||
* @copyright Copyright (c) 2023, Cassandra "ZZ Cat" Robinson. All rights reserved. | ||
|