microbit.sleep currently only accepts an integer, since the underlying DAL only accepts an integer argument. Maybe it makes sense to allow a float and implicitly truncate it to an int? @ntoll what is your opinion?