ArduCopter: save 10bytes by replacing multiple static instances of log_counter...
ArduCopter: save 10bytes by replacing multiple static instances of log_counter with a single global variable called pid_log_counter pid_log_counter is used to limit the rate at which we log PID controller values
Loading
Please register or sign in to comment