This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # First interrupt pico and run make | |
| [ ! -c /dev/ttyACM0 ] || stty -F /dev/ttyACM0 1200 || exit | |
| make || exit | |
| echo | |
| # Find file to program | |
| UF2_FILE=$1 |
NewerOlder