Some old AVR projects
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 
Ondřej Hruška fd5b0685e9 reorg 11年前
archive some new experiemnts 11年前
devel divided some files into h and c, removed temporary "projects" 11年前
projects reorg 11年前
.gitignore cleaning, moved memgame to projects 11年前
LICENSE Initial commit 11年前
README.md Cleanup, reorganization 11年前

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)