Alvee Ahmed
/
Hobbyking_Cheetah_Compact_DRV8323_14bit
customizing code for Aliexpress 14 bit version with MA702
hw_setup.h@52:af0f52e2ecda, 2020-11-10 (annotated)
- Committer:
- ahmed_lv
- Date:
- Tue Nov 10 07:43:56 2020 +0000
- Revision:
- 52:af0f52e2ecda
- Parent:
- 20:bf9ea5125d52
renamed count to countt and added mbed official library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
benkatz | 20:bf9ea5125d52 | 1 | #ifndef HW_SETUP_H |
benkatz | 20:bf9ea5125d52 | 2 | #define HW_SETUP_H |
benkatz | 20:bf9ea5125d52 | 3 | |
benkatz | 20:bf9ea5125d52 | 4 | #include "mbed.h" |
benkatz | 20:bf9ea5125d52 | 5 | #include "structs.h" |
benkatz | 20:bf9ea5125d52 | 6 | |
benkatz | 20:bf9ea5125d52 | 7 | void Init_PWM(GPIOStruct *gpio); |
benkatz | 20:bf9ea5125d52 | 8 | void Init_ADC(void); |
benkatz | 20:bf9ea5125d52 | 9 | void Init_DAC(void); |
benkatz | 20:bf9ea5125d52 | 10 | void Init_All_HW(GPIOStruct *gpio); |
benkatz | 20:bf9ea5125d52 | 11 | |
benkatz | 20:bf9ea5125d52 | 12 | #endif |