This website requires JavaScript.
Explore
Help
Sign In
xoy
/
atmega328p-blinking-led-asm
Watch
1
Star
0
Fork
You've already forked atmega328p-blinking-led-asm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
atmega328p-blinking-led-asm
/
flash.sh
4 lines
99 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/usr/bin/zsh
DEVICE
=
/dev/ttyACM0
sudo avrdude -p m328p -c arduino -P
$DEVICE
-U flash:w:main.hex
Reference in New Issue
View Git Blame
Copy Permalink