Cleanup, reorganization

This commit is contained in:
2014-12-23 01:12:21 +01:00
parent e78d91a900
commit dbdcefea38
223 changed files with 1260 additions and 660 deletions
+18 -2
View File
@@ -1,5 +1,21 @@
# AVR Projects
This repository holds my AVR projects. They're mostly too small to be worth a separate repository.
*This repository contains all my AVR projects.*
Any code here is free to use in your projects, according to the MIT license.
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)

Before

Width:  |  Height:  |  Size: 604 KiB

After

Width:  |  Height:  |  Size: 604 KiB

Before

Width:  |  Height:  |  Size: 565 KiB

After

Width:  |  Height:  |  Size: 565 KiB

Before

Width:  |  Height:  |  Size: 589 KiB

After

Width:  |  Height:  |  Size: 589 KiB

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Some files were not shown because too many files have changed in this diff Show More