libsimpletext serial
surixurient
Posts: 4
Hi, I am trying to fully understand the serial implementation used in libsimpletext.
when reading a char in serial_rxtx.c
there is this line
why is it + (sp->ticks>>20) ?
Thanks
when reading a char in serial_rxtx.c
there is this line
value = _inbyte(sp->ticks, sp->ticks + (sp->ticks>>20), rxmask, 0);
why is it + (sp->ticks>>20) ?
Thanks