Open tvannoy opened 2 weeks ago
Should we terminate UART messages with a carriage return instead of a newline? Carriage returns get sent when enter is pressed; I'm not sure if we should emulate the same behavior when we send messages.
https://github.com/BMW-lab-MSU/wingbeat-modulation-lidar-pmt-gain-controller/blob/f48f441d2ec62ad59532e6f7fe2e69d16b610830/mcu/src/uart.c#L31
Should we terminate UART messages with a carriage return instead of a newline? Carriage returns get sent when enter is pressed; I'm not sure if we should emulate the same behavior when we send messages.
https://github.com/BMW-lab-MSU/wingbeat-modulation-lidar-pmt-gain-controller/blob/f48f441d2ec62ad59532e6f7fe2e69d16b610830/mcu/src/uart.c#L31