v1.02
- Added timers: kernel objects that are used to ask the
kernel to call some user-provided function at a particular time in the
future; - Removed
tn_sys_time_set()
function, because now TNeo uses internal
system tick count for timers, and modifying system tick counter by user
is a really bad idea.