HIDTemp is implementation of USB temperature sensor device with AVR ATtiny45/85 microcontroller based on V-USB.
- V-USB is a software-only implementation of a low-speed USB device for AVR microcontrollers. See http://www.obdev.at/products/vusb/index.html
- avr-gcc
- avrdude
- usbasp
- AVRstick from sparkfun
$ cd hidtemp/firmware
$ make
$ make flash