Board library for MAX32630FTHR platform

Dependencies:   MAX14690

Dependents:   FTHR_OLED MAX32630FTHR_ADC_Example Test_TFT_RT MAX32630FTHR_RGB ... more

Fork of max32630fthr by Greg Steiert

Committer:
switches
Date:
Wed Nov 16 01:01:28 2016 +0000
Revision:
0:8926602da648
Child:
1:15e34492fbf1
Moving max32630fthr utilities into library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:8926602da648 1 // max32630fthr configuration utilities
switches 0:8926602da648 2
switches 0:8926602da648 3 // max32630fthr initialization
switches 0:8926602da648 4 int max32630fthrInit();
switches 0:8926602da648 5
switches 0:8926602da648 6 // max32630fthr pin voltage configuration
switches 0:8926602da648 7 int vddioh(PinName pin, bool en);