|
Re: Need help with PWM 1-2ms pulse control
Is it possible to define a fuction?
#define let_go pwm01 = ((long) Get_Analog_Value(rc_ana_in01) * (- 127 / 1023) + 127)
I need to set up an array of these functions, possibly even make it so that a bunch of pwms = to that function.
|