Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 497 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 497 Bytes

AVR HIDTemp

HIDTemp is implementation of USB temperature sensor device with AVR ATtiny45/85 microcontroller based on V-USB.

Building and Flashing HIDTemp

Requirements

  • avr-gcc
  • avrdude
  • usbasp
  • AVRstick from sparkfun

Building

$ cd hidtemp/firmware
$ make 

Flashing

$ make flash