why computeRC() is in top and why serialCom() is in annexCo?

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
lawiparadise
Posts: 1
Joined: Fri Dec 13, 2019 9:14 am

why computeRC() is in top and why serialCom() is in annexCo?

Post by lawiparadise »

why computeRC() is in top and why serialCom() is in annexCode() ??

I see computeRC() doing
>> rcData = rcSerial

and

I see serialCom() doing
>> rcSerial = data from serial

and my question is
why computeRC() is in
if ((int16_t)(currentTime - rcTime) > 0 ) { // 50Hz
this {}

and why serialCom() is in
annexCode()

please let me know why.. I can not sleep at all..TT

Post Reply