Tagged Questions

3
votes
1answer
382 views

Upload to an Arduino from the command line

If I have a sketch compiled to hex, is it be possible to upload this sketch to an Arduino board using avrdude directly from command line? Pekkaa figured out that arduino ide exec …