https://github.com/aib/testing-vusb
https://github.com/aib/testing-vusb
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/testing-vusb
- Owner: aib
- Created: 2015-06-04T08:27:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T08:31:04.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T06:15:44.476Z (over 1 year ago)
- Language: C
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is a record of me playing around with programming an Atmega on a breadboard and the V-USB software USB library.
## Warning
Some versions of Makefile in this repository are configured to disable the SPIEN fuse on your microcontroller, effectively bricking it unless you have a parallel programmer lying around. (Changing the fuse is supposed to be disabled during ICSP to prevent precisely this, but I somehow managed to do it anyway.)
### V-USB
The V-USB library is available at https://www.obdev.at/products/vusb/index.html