mac-rom-simm-programmer/usb_serial
Doug Brown 9333b65cde Fixed a tiny mistake -- forgot to say the name of one of my enums after the typedef.
Finished making the electrical test work -- I had failed to realize that I have to ignore the ground shorts once they have been found -- otherwise they reappear against EVERY tested pin (because they are always low and I'm testing for low pins -- duh!). Anyway, it was showing way too many shorts, and that's why. Now I independently can find shorts between separate pins without getting flooded with the ground shorts too. Only thing that's missing is the VCC shorts, but I can't do that without pullups (to my knowledge)
2011-12-18 12:00:22 -08:00
..
usb_serial.c Fixed a tiny mistake -- forgot to say the name of one of my enums after the typedef. 2011-12-18 12:00:22 -08:00
usb_serial.h Added LUFA into the project, right now just for some demo stuff. 2011-12-09 22:11:31 -08:00