forked from betaflight/betaflight
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Driver for CADDX camera GM3 gimbal (betaflight#13926)
* Driver for CADDX camera GM3 gimbal * Update src/main/cli/settings.c Fix copy-paste error on variable name. Co-authored-by: Petr Ledvina <[email protected]> * Update src/main/io/gimbal_control.c Co-authored-by: Petr Ledvina <[email protected]> * Update src/main/io/gimbal_control.c Co-authored-by: Petr Ledvina <[email protected]> * Update src/main/io/gimbal_control.c Co-authored-by: Petr Ledvina <[email protected]> * Only forward gimbal data with good CRC --------- Co-authored-by: Petr Ledvina <[email protected]>
- Loading branch information
1 parent
b70e98e
commit 0de6278
Showing
14 changed files
with
502 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -122,6 +122,7 @@ typedef enum { | |
DEBUG_S_TERM, | ||
DEBUG_SPA, | ||
DEBUG_TASK, | ||
DEBUG_GIMBAL, | ||
DEBUG_COUNT | ||
} debugType_e; | ||
|
||
|
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
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
Oops, something went wrong.