WIP: Implement angleDelta accumulation #7

Draft
0xFEEDC0DE64 wants to merge 1 commits from angleDelta into master
0xFEEDC0DE64 commented 2020-05-26 16:55:52 +02:00 (Migrated from github.com)
No description provided.
mickdermack (Migrated from github.com) reviewed 2020-05-26 19:18:36 +02:00
mickdermack (Migrated from github.com) commented 2020-05-26 19:18:36 +02:00

Consider converting this to a guard style if:

    if (UART_DMA_CHANNEL->CNDTR == 0)
        return;
Consider converting this to a guard style if: ```suggestion if (UART_DMA_CHANNEL->CNDTR == 0) return; ```
mickdermack (Migrated from github.com) reviewed 2020-05-26 19:22:32 +02:00
mickdermack (Migrated from github.com) commented 2020-05-26 19:22:32 +02:00

Is there a reason why this exact value was chosen (and the define removed)? Consider adding a comment here.

Is there a reason why this exact value was chosen (and the define removed)? Consider adding a comment here.
This pull request has changes conflicting with the target branch.
  • bobbycar-protocol
  • config.h
  • main.cpp
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin angleDelta:angleDelta
git checkout angleDelta
Sign in to join this conversation.
No description provided.