Skip to content

FG-Lab/arduino-example-blink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_blink

A basic program, turning on and of a onboard led. use this, to verify, that everything is working as expected.


Depedencies

  • avrdude
  • avr-gcc
  • avr-libc

Arch/Manjaro/Endavour:

pacman -S --needed avrdude avr-gcc avr-libc

Debian/Ubuntu/Mint:

apt install avrdude gcc-avr avr-libc

Building

Build

make

Build and upload:

make upload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published