Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abcminiuser/avr-tutorials
LaTeX typeset versions of my popular AVR Tutorials.
https://github.com/abcminiuser/avr-tutorials
Last synced: about 1 month ago
JSON representation
LaTeX typeset versions of my popular AVR Tutorials.
- Host: GitHub
- URL: https://github.com/abcminiuser/avr-tutorials
- Owner: abcminiuser
- Created: 2013-05-08T21:18:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T06:47:25.000Z (over 8 years ago)
- Last Synced: 2024-10-16T05:46:04.023Z (3 months ago)
- Language: TeX
- Homepage: http://www.fourwalledcubicle.com/AVRArticles.php
- Size: 12.9 MB
- Stars: 120
- Watchers: 13
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-avr - avr-tutorials - LaTeX typeset versions of my popular AVR Tutorials. (Miscellaneous)
README
# Dean's AVR Tutorials
## About
These are a collection of tutorials I've written, in LaTeX format. These cover a range of Atmel AVR related concepts, intended to teach people how to, for example, use the hardware timers on the Atmel AVR 8-bit series of microcontrollers. Pregenerated PDFs are available for easy download and distribution.
## Regenerating the PDFs
I use [MikTex](http://miktex.org) to generate PDFs from the LaTeX source on my Windows machine, however any LaTeX distribution should work. Run `make` from the root directory to regenerate the PDFs for each tutorial, or run `make` from inside a tutorial's directory to generate the PDF output of that tutorial only.
## Contributing
Contributions welcome! Please file issues, or make pull requests, if you find something that could be improved or is incorrect in any of these tutorials.
## Distribution
See the [raw Preface text](Preface.tex) for the exact license conditions, but the overall intention is that these tutorials are to reach as many people as possible, for free. Translations into other languages are welcome!