Other Parts Discussed in Thread: SYSCONFIG
I've got the following pins to connect and configure and connect with FF jumpers::
IS SENSE:
On the boosterpack pins, what is "analog input 2"? Pin 6 GPIO_4/A2?
Then I just need two nonconflicting GPIO for DEN(high diagnostic enable) and OUT(high output enable)?
i#ifndef PROFET15W
#define PROFET15W
#define PF_AN BROWN // IS SENSE ADC
#define PF_DEN BLUE // DEN DIAGNOSIICS ENABLE
#define PF_IN YELLOW // OUTPUT ENABLE
#define PF_3V3 ORANGE // 3V3
#define PF_GND GREEN // GND(2)
#endif