Move pin definitions to their own file.

First pass at providing feedback via the optionally connected leds.  I
don't actually have any of these attached to my programmer, so I can
only guess as whether this is toggling them on and off correctly.

Also, enable and disable the optional 74367 buffer.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@50 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
bsd
2001-01-24 19:10:34 +00:00
parent 46a4582009
commit dd7d98ccf4
6 changed files with 96 additions and 24 deletions

3
ppi.c
View File

@@ -310,8 +310,7 @@ int ppi_getpinreg ( int pin )
*/
int ppi_sense ( int fd )
{
unsigned int r, pr;
unsigned int v;
unsigned int pr;
int count;
char buf[128];
int i;