Open
Description
#1290 says the "actual resolution" of time.monotonic_ns is 1ms due to this being the unit at which common_hal_time_monotonic ticks. It appears that time.sleep also has an actual resolution of 1ms. It would help to state this in the docs so that people don't get unrealistic expectations of these functions.