LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Gpios and Resources used for Module

Describes use of gpio and resources

 */

INPIN     EP2_PowerPin[POWER_PINS] =
{
  { GP6_5  , NULL, 0 }, // P_EN
  { GP6_11 , NULL, 0 }, // 5VPENON
  { GP8_8  , NULL, 0 }, // SW_RECHARGE
  { GP6_2  , NULL, 0 }  // ADCACK
};


INPIN     FINALB_PowerPin[POWER_PINS] =
{
  { GP6_5  , NULL, 0 }, // P_EN
  { GP6_11 , NULL, 0 }, // 5VPENON
  { GP8_8  , NULL, 0 }, // SW_RECHARGE
  { GP2_7  , NULL, 0 }  // TP4
};


INPIN     FINAL_PowerPin[POWER_PINS] =
{
  { GP6_5  , NULL, 0 }, // P_EN
  { GP6_11 , NULL, 0 }, // 5VPENON
  { GP8_8  , NULL, 0 }, // SW_RECHARGE
  { GP2_7  , NULL, 0 }  // TP4
};


/*