-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gimbal API redesign (support more than one gimbal, support streams an…
…d commands) (#351) * gimbal: improve API This aims at improving the API by: - Adding an argument for send mode (either command or message stream) - Includes the mode into the setter because that's when it's sent. Otherwise, the set_mode call itself doesn't have any effect which is not very intuitive. * gimbal: extend to multiple gimbals This will allow multiple gimbals to be controlled from just the one gimbal plugin instance. The goal is not to have multiple instances like it is (currently) done for cameras. * gimbal: model, not product
- Loading branch information
Showing
1 changed file
with
114 additions
and
63 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