Some old AVR projects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ondřej Hruška e30f2ba0c7 typo fix in folder name, deleted old proj from devel 9 years ago
archive Cleanup, reorganization 10 years ago
devel typo fix in folder name, deleted old proj from devel 9 years ago
projects typo fix in folder name, deleted old proj from devel 9 years ago
.gitignore Added the projects 10 years ago
LICENSE Initial commit 10 years ago
README.md Cleanup, reorganization 10 years ago

README.md

AVR Projects

This repository contains all my AVR projects.

Most are in C, to be compiled with avr-gcc. There's always a Makefile that should take care of it.

Hardware

Some projects are for ATtiny13 or ATtiny2313, some bigger ones are for Arduino Pro Mini, but in plain C, not the ugly Arduino C/C++ hybrid.

I use the Arduino Pro Mini, because it's the cheapest way to get an ATmega238P, already with a nice breakout board, crystal and everything. They can be purchased on eBay for under $3 (USD)!

Repo contents

  • Current W.I.P. projects & latest library code is in devel/.
  • Old, not too useful projects are in archive/
  • Good and finished projects are in projects/

Feel free to use any of my code :o)