auto-measurements

Dependencies:   FastPWM3 mbed-dev

Fork of Hobbyking_Cheetah_Compact by Ben Katz

hw_setup.h

Committer:
benkatz
Date:
2017-10-02
Revision:
34:47a55f96fbc4
Parent:
20:bf9ea5125d52

File content as of revision 34:47a55f96fbc4:

#ifndef HW_SETUP_H
#define HW_SETUP_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