/* ANALOG.H constants used by analog program written by R. Summers Continental Electronics 1995 Use to fix the world's problems. */ #define BASE 0x330 #define NUM_OF_ANTENNAS 15 /* analog ram declarations */ extern int Nullpthresh[]; /* null polarity threshold */ extern int Nullithreshi[]; /* null hi in-range threshold */ extern int Nullithreshlo[]; /* null low in-range threshold */ extern int Senspthreshi[]; /* sense hi polarity threshold */ extern int Senspthreshlo[]; /* sense low polarity threshold */