initial commit for secure authenicator

Dependencies:   max20303_pmic

Fork of max32630hsp3 by Maxim Integrated

Files at this revision

API Documentation at this revision

Comitter:
phonemacro
Date:
Fri Aug 10 23:23:07 2018 +0000
Parent:
3:60c0cc971d85
Child:
5:43d29fd514ce
Commit message:
initial commit updated for V2 LDO2Config

Changed in this revision

max20303.lib Show annotated file Show diff for this revision Revisions of this file
max32630hsp.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/max20303.lib	Wed Apr 25 09:56:03 2018 +0300
+++ b/max20303.lib	Fri Aug 10 23:23:07 2018 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/MaximIntegrated/code/max20303/#0333f77c665f
+https://os.mbed.com/teams/MaximIntegrated/code/max20303/#912b89c40b72
--- a/max32630hsp.cpp	Wed Apr 25 09:56:03 2018 +0300
+++ b/max32630hsp.cpp	Fri Aug 10 23:23:07 2018 +0000
@@ -90,6 +90,8 @@
 	//max20303.led0on();
 	/*Set LDO1 to 1.8v*/
 	max20303.LDO1Config();
+	/*Set LDO2 to 3.3v*/
+	max20303.LDO2Config();
 	max20303.BoostEnable();
 	max20303.BuckBoostEnable();
     return 0;