Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hwdef: added CarbonixL496 AP_Periph node #19364

Merged
merged 7 commits into from Dec 6, 2021

Conversation

tridge
Copy link
Contributor

@tridge tridge commented Nov 25, 2021

also fixes:

  • L496 DShot
  • PWM output actuator limit
  • param docs for AP_Periph dshot type

@tridge tridge merged commit 209fcf3 into ArduPilot:master Dec 6, 2021
@@ -298,7 +298,7 @@ const AP_Param::Info AP_Periph_FW::var_info[] = {
// @Param: ESC_PWM_TYPE
// @DisplayName: Output PWM type
// @Description: This selects the output PWM type, allowing for normal PWM continuous output, OneShot, brushed or DShot motor output
// @Values: 0:Normal,1:OneShot,2:OneShot125,3:Brushed,4:DShot150,5:DShot300,6:DShot600,7:DShot1200
// @Values: 1:Normal,2:OneShot,3:OneShot125,4:Brushed,5:DShot150,6:DShot300,7:DShot600,8:DShot1200
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this mean PWM isn't supported?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants