
lab 1 code
Dependencies: CMSIS-DSP_for_STM32F746G BSP_DISCO_F746NG
Diff: main.cpp
- Revision:
- 33:a0dab92ea1b9
- Parent:
- 31:5a0235b66851
- Child:
- 34:5bf89ab5e247
diff -r 96ec424e10e6 -r a0dab92ea1b9 main.cpp --- a/main.cpp Fri Jan 03 21:03:23 2020 +0000 +++ b/main.cpp Mon Jan 06 23:22:02 2020 +0000 @@ -226,8 +226,7 @@ /** * @brief Draws a trace of the data line. * @param Xpos: X position - * @param L_Ypos: Left channel Y position - * @param R_Ypos: Right channel Y position + * @param Ypos: Y position * @param Mem_start: Start of memory location * @param Length: length of trace * @retval None @@ -240,8 +239,7 @@ /** * @brief Draws a trace of the data line. * @param Xpos: X position - * @param L_Ypos: Left channel Y position - * @param R_Ypos: Right channel Y position + * @param Ypos: Y position * @param Mem_start: Start of memory location * @param Length: length of trace * @retval None