Added comment about plot offsets

This commit is contained in:
Benjamin Vedder 2020-04-03 23:31:12 +02:00
parent f9bbb3c0e6
commit a48ab38f24
1 changed files with 1 additions and 0 deletions

View File

@ -832,6 +832,7 @@ void terminal_process_string(char *str) {
}
hall_last = hall;
// Notice that the plots are offset slightly in Y, to make it easier to see them.
commands_plot_set_graph(0);
commands_send_plot_points(phase, (float)(hall & 1) * 1.02);
commands_plot_set_graph(1);