Skip to content

Commit

Permalink
Axiom: add entry to axiom change log
Browse files Browse the repository at this point in the history
  • Loading branch information
diego_palta authored and diego_palta committed Jun 23, 2023
1 parent 0df7884 commit ed4f323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hwconf/other/hw_axiom.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,5 +833,10 @@ void terminal_cmd_axiom_print_log(int argc, const char **argv){
commands_printf("- 2023-06-22 Update axiom HW constants");
commands_printf("- 2023-06-22 Add temps filter and temp info terminal command");
commands_printf("- 2023-06-22 Add change log print");
commands_printf("- 2023-06-22 Add empty SPI message and angle velocity error, add peak values for error rates");
commands_printf(" Empty SPI message occurs when the resolver IC is not respoding");
commands_printf(" Angular velocity error occurs when resolver IC is reading angular velocity instead of angle position");
commands_printf(" Add info of the peak values for resolver errors");
commands_printf(" Add clear error function, type encoder_clear_errors in terminal to clear the counters ratio and peak values of the resolver errors");

}

0 comments on commit ed4f323

Please sign in to comment.