https://github.com/tpltnt/um
just a useless machine firmware
https://github.com/tpltnt/um
Last synced: 2 months ago
JSON representation
just a useless machine firmware
- Host: GitHub
- URL: https://github.com/tpltnt/um
- Owner: tpltnt
- Created: 2013-04-10T14:57:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-12T17:00:55.000Z (about 12 years ago)
- Last Synced: 2025-01-23T00:41:16.730Z (4 months ago)
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
code for a useless machine
==========================The useless machine uses an Atmel AVR ATtiny25 and a servo.
The internal clock frequency of the ATtiny is set to 8 MHz. That means
one step/clock cycle lasts 0.125 ms. 160 steps result in a 20ms cycle and are
the value of OCR0A register in CTC-mode.references
----------
* [Atmel ATtiny25 page](http://www.atmel.com/devices/ATTINY25.aspx)
* Makefile help
* [makefile template](https://github.com/ithron/AVR-Makefile)
* [HackDC wiki](http://wiki.hacdc.org/index.php/AVR_Makefile)
* [AVR Fuse Calculator](http://www.engbedded.com/fusecalc/)