//-----------------------------------------------------------------------------
CHARGER_EN:OFF          // Turn OFF charger
VBUS_ILIMIT_SET:1200    // Set VBUS current limit to 1500mA
SYS_POLLING:ON          // Enable Live Metering
//-----------------------------------------------------------------------------
IFAST_SET:100           // Set Charge current to 100mA
CHARGER_EN:ON           // Turn ON charger
DELAY:100
LOG:VBAT:VSNS           // Read Battery voltage 
LOG:VBAT:ISNS           // Read Charge current
PAUSE:                  // Wait for Continue Button
IFAST_SET:250           // Set Charge current to 250mA
DELAY:100
LOG:VBAT:VSNS           // Read Battery voltage 
LOG:VBAT:ISNS           // Read Charge current
PAUSE:                  // Wait for Continue Button
IFAST_SET:500           // Set Charge current to 500mA
DELAY:100
LOG:VBAT:VSNS           // Read Battery voltage 
LOG:VBAT:ISNS           // Read Charge current
PAUSE:                  // Wait for Continue Button
IFAST_SET:750           // Set Charge current to 750mA
DELAY:100
LOG:VBAT:VSNS           // Read Battery voltage 
LOG:VBAT:ISNS           // Read Charge current
PAUSE:                  // Wait for Continue Button
//-----------------------------------------------------------------------------
IFAST_SET:500           // Set Charge current to 500mA
VBUS_ILIMIT_SET:500     // Set VBUS current limit to 500mA
CHARGER_EN:OFF          // Turn OFF charger
SYS_POLLING:OFF         // Disable Live Metering



