anseljh / attiny85-serial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:Makefile 100.0%