mirror of
https://github.com/micropython/micropython.git
synced 2026-03-12 03:40:28 +01:00
64-bit integer division brings a dependency on library functions. It is avoided here by dividing fck and baud by a common divisior. The error is the better (1/(2*0x300)) as with 64 bit division (1/(0x300)).