mac-rom-simm-programmer/tests
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
..
simm_electrical_test.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
simm_electrical_test.h Started implementing electrical test that tells what pins are shorted to what 2011-12-18 10:18:30 -08:00