MAX14720 Library for MAX32620HSP (MAXREFDES100#)
Dependents: HSP_PMIC_Demo HSP_SpO2 HSP_ECG HSP_ECG_LeadOFF_Detection
Fork of MAX14720 by
Diff: MAX14720.h
- Revision:
- 2:5bcfe7e294b6
- Parent:
- 1:f8919b0c2052
- Child:
- 3:cdd88a3d3d24
diff -r f8919b0c2052 -r 5bcfe7e294b6 MAX14720.h
--- a/MAX14720.h Wed Sep 28 17:38:41 2016 +0000
+++ b/MAX14720.h Wed Sep 28 19:52:29 2016 +0000
@@ -45,8 +45,10 @@
* #include "MAX14720.h"
*
* // I2C Master 2
- * I2C i2c2(I2C2_SDA, I2C2_SCL);
- * MAX14720 max14720(&i2c2);
+ * I2C i2c2(I2C2_SDA, I2C2_SCL);
+ *
+ * #define I2C_ADDR_PMIC (0x54)
+ * MAX14720 max14720(&i2c2,I2C_ADDR_PMIC);
*
* int main(void) {
* int result;

PMIC with buck-boost/buck regulator, switches and LDO for wearable watches MAX14720