TEST_CODE_ApplyTo2V1_API

Dependencies:   SDFileSystem max32630fthr USBDevice

AVDD_CONFIG.h

Committer:
china_sn0w
Date:
2020-07-28
Revision:
4:217334c3a5b2
Parent:
1:7530b7eb757a

File content as of revision 4:217334c3a5b2:

#ifndef _AVDD_CONFIG_
#define _AVDD_CONFIG_

#include "mbed.h"
#include "max32630fthr.h"
#include "USBSerial.h"
#include "I2CSlave.h"

void SetVoltageAVDD(float vol);


#endif