bldc driver firmware based on hobbyking cheetah compact

Dependencies:   BLDC_V2 mbed-dev-f303 FastPWM3

Dependents:   BLDC_V2

hw_setup.h

Committer:
Wooden
Date:
2021-04-07
Revision:
48:a74e401a6d84
Parent:
20:bf9ea5125d52

File content as of revision 48:a74e401a6d84:

#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