Slurp

Dependencies:   FastPWM3 mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Inverter.h Source File

Inverter.h

00001 #ifndef HW_PINS_H
00002 #define HW_PINS_H
00003 
00004 #include "mbed.h"
00005 #include "structs.h"
00006 
00007 void Init_PWM(GPIOStruct *gpio);
00008 void Init_ADC(void);
00009 void Init_DAC(void);
00010 void Init_All_HW(GPIOStruct *gpio);
00011 
00012 #endif