Some old AVR projects
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Ondřej Hruška 1c993f8aac Update README.md 7 年前
archive some new experiemnts 9 年前
devel more work on sd 9 年前
projects stuff 9 年前
.gitignore added devel folder.. 9 年前
LICENSE Initial commit 9 年前
README.md Update README.md 7 年前

README.md

AVR Projects

This repository contains some of my old 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

  • Old, not too useful projects are in archive/
  • Good and finished projects are in projects/
  • Library has been moved to it's own repo.

Feel free to use any of my code :o)