/avr-template

Template for AVR C projects

Primary LanguageMakefileMIT LicenseMIT

avr-template

This is a template repository for AVR C projects. It provides:

  • Makefile with good defaults for a project using:
  • MIT License
  • This README.md that you should replace
  • Kinda sensible .gitignore for C

References

Install the dependencies

In macOS, use Homebrew:

brew install avr-gcc avrdude

For any other OS, you're on your own, but SparkFun's Tiny AVR Programmer Hookup Guide should help a lot.