Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 302 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 302 Bytes

Basic USB HID Mouse for the Attiny85 microcontroller

Install dependencies

# apt install avrdude
# apt-get install avr-libc
# apt-get install gcc-avr

Build and flash

$ make hex
$ make program