add uart.sh

This commit is contained in:
2025-11-05 15:24:55 -06:00
parent bc11f8ec5e
commit fc1de7658a
2 changed files with 6 additions and 0 deletions

View File

@@ -121,6 +121,9 @@ main(void)
// UART Transmit the value // UART Transmit the value
printf("ADC value is %hu \r\n", rawValue); printf("ADC value is %hu \r\n", rawValue);
// SLOW DOWNNN DUDE
HAL_Delay(500);
} }
/* USER CODE END 3 */ /* USER CODE END 3 */
} }

3
uart.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
minicom -D /dev/ttyACM0