QC3Control
A simple Arduino library to set the voltage of a Quick Charge 3.0 source
QC3Control.h File Reference

A simple Arduino library to set the voltage on a Quick Charge 3.0 charger. More...

#include "Arduino.h"

Go to the source code of this file.

Classes

class  QC3Control
 Main class of the QC3Control-library. More...
 

Macros

#define QC_ERROR_OK   0
 
#define QC_ERROR_QC2_ONLY   -1
 
#define QC3_MIN_VOLTAGE_MV   3600
 
#define QC3_MAX_VOLTAGE_MV   12000
 
#define QC_T_GLICH_V_CHANGE_MS   60
 
#define QC_T_ACTIVE_MS   1
 
#define QC_T_INACTIVE_MS   1
 

Detailed Description

A simple Arduino library to set the voltage on a Quick Charge 3.0 charger.