brian's Discussions (2)

Sort by

Location of servo drivers in code base ?

Hello All,

 

I am looking for the low level drivers that talk directly to the digital IO for driving the servos. I see references to the drivers in the APM code modules: 

servo_out[CH_ROLL]      = reverse_roll   * (radio_in[CH_ROLL] 

 

and

 

APM_RC.OutputCh

Read more…