Search found 1 match

by lawiparadise
Fri Dec 13, 2019 9:22 am
Forum: Software development
Topic: why computeRC() is in top and why serialCom() is in annexCo?
Replies: 0
Views: 7351

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

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 an...