TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

Committer:
china_sn0w
Date:
Tue Jul 28 01:40:05 2020 +0000
Revision:
4:217334c3a5b2
Parent:
1:7530b7eb757a
A

Who changed what in which revision?

UserRevisionLine numberNew contents of line
china_sn0w 1:7530b7eb757a 1 #ifndef _AVDD_CONFIG_
china_sn0w 1:7530b7eb757a 2 #define _AVDD_CONFIG_
china_sn0w 1:7530b7eb757a 3
china_sn0w 1:7530b7eb757a 4 #include "mbed.h"
china_sn0w 1:7530b7eb757a 5 #include "max32630fthr.h"
china_sn0w 1:7530b7eb757a 6 #include "USBSerial.h"
china_sn0w 1:7530b7eb757a 7 #include "I2CSlave.h"
china_sn0w 1:7530b7eb757a 8
china_sn0w 1:7530b7eb757a 9 void SetVoltageAVDD(float vol);
china_sn0w 1:7530b7eb757a 10
china_sn0w 1:7530b7eb757a 11
china_sn0w 1:7530b7eb757a 12 #endif
china_sn0w 1:7530b7eb757a 13
china_sn0w 1:7530b7eb757a 14
china_sn0w 1:7530b7eb757a 15