Slurp

Dependencies:   FastPWM3 mbed

Inverter/Inverter.h

Committer:
austinbrown124
Date:
2017-05-20
Revision:
0:9edd6ec0f56a

File content as of revision 0:9edd6ec0f56a:

#ifndef HW_PINS_H
#define HW_PINS_H

#include "mbed.h"
#include "structs.h"

void Init_PWM(GPIOStruct *gpio);
void Init_ADC(void);
void Init_DAC(void);
void Init_All_HW(GPIOStruct *gpio);

#endif