chenged to 2 motor velocity-closed-loop; before testing
This commit is contained in:
12
3rd/pwm.h
12
3rd/pwm.h
@@ -1,11 +1,11 @@
|
||||
#ifndef __PWM_H
|
||||
#define __PWM_H
|
||||
#include <stdint.h>
|
||||
|
||||
void PWM_Channel1(uint16_t Compare);
|
||||
void PWM_Channel2(uint16_t Compare);
|
||||
void PWM_Channel3(uint16_t Compare);
|
||||
void M0_PWM_A(float Compare);
|
||||
void M0_PWM_B(float Compare);
|
||||
void M0_PWM_C(float Compare);
|
||||
void M1_PWM_A(float Compare);
|
||||
void M1_PWM_B(float Compare);
|
||||
void M1_PWM_C(float Compare);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user