Some old AVR projects
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Ondřej Hruška 1c993f8aac Update README.md il y a 7 ans
archive some new experiemnts il y a 9 ans
devel more work on sd il y a 9 ans
projects stuff il y a 9 ans
.gitignore added devel folder.. il y a 9 ans
LICENSE Initial commit il y a 9 ans
README.md Update README.md il y a 7 ans

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)