Closed jinparksj closed 3 years ago
Hello,
I would like to ask whether it corrects to use the fc_delay function, changing like below, for exceptional case about minimum separation time.
Original Script void IsoTp::fc_delay(uint8_t sep_time) { if(sep_time < 0x80) delay(sep_time); else delayMicroseconds((sep_time-0xF0)*100); }
Change version void IsoTp::fc_delay(uint8_t sep_time) { /*
Hello,
I would like to ask whether it corrects to use the fc_delay function, changing like below, for exceptional case about minimum separation time.
Original Script void IsoTp::fc_delay(uint8_t sep_time) { if(sep_time < 0x80) delay(sep_time); else delayMicroseconds((sep_time-0xF0)*100); }
Change version void IsoTp::fc_delay(uint8_t sep_time) { /*