An open API service indexing awesome lists of open source software.

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

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