https://github.com/blark/leetbike
A repository for my avr (attiny) based bike light code
https://github.com/blark/leetbike
Last synced: 11 months ago
JSON representation
A repository for my avr (attiny) based bike light code
- Host: GitHub
- URL: https://github.com/blark/leetbike
- Owner: blark
- Created: 2012-06-27T19:26:46.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-29T22:30:11.000Z (about 14 years ago)
- Last Synced: 2025-06-14T13:04:06.109Z (about 1 year ago)
- Language: C
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
leetbike
========
A repository for my avr (attiny) based bike light code
Compile Notes
=============
example:
avr-gcc -mmcu=attiny84 -Os cylon.c -o cylon.elf
avr-objcopy -j .text -j .data -O ihex cylon.elf cylon.hex
Programming
===========
pinout for avrisp mkii: http://www.equinox-tech.com/products/details.asp?ID=362#f622
example:
avrdude -c avrispmkII -p t84 -P usb -e -U flash:w:cylon.hex