We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IRQ check loop in locodeck is only done once
crazyflie-firmware/src/deck/drivers/src/locodeck.c
Lines 280 to 282 in 0205a85
due to use of digitalRead
crazyflie-firmware/src/deck/api/deck_digital.c
Lines 61 to 65 in 0205a85
The text was updated successfully, but these errors were encountered:
Thanks for catching that! We should use the stm32 periph lib GPIO api instead of the deck API there.
Sorry, something went wrong.
Fixed in #368
Merge pull request bitcraze#336 from Mitteau/master
c695d34
Put roll and pitch trim increment to 0.2
No branches or pull requests
IRQ check loop in locodeck is only done once
crazyflie-firmware/src/deck/drivers/src/locodeck.c
Lines 280 to 282 in 0205a85
due to use of digitalRead
crazyflie-firmware/src/deck/api/deck_digital.c
Lines 61 to 65 in 0205a85
The text was updated successfully, but these errors were encountered: