Skip to content

packocrayons/attinyNightLight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Building

avr-gcc -mmcu=attiny85 -Wall -Os -o circ.elf main.c
avr-objcopy -j .text -j .data -O ihex circ.elf circ.hex

Flashing

avrdude -p attiny85 -c usbasp -e -U flash:w:circ.hex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages