summaryrefslogtreecommitdiff
path: root/serial_flasher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'serial_flasher.sh')
-rwxr-xr-xserial_flasher.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/serial_flasher.sh b/serial_flasher.sh
new file mode 100755
index 0000000..0c80a0b
--- /dev/null
+++ b/serial_flasher.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+
+stm32loader -p /dev/ttyUSB0 -e -w -v ledcontrol/ledcontrol.bin
+