lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
256 stars 130 forks source link

Fix drift of system_timer_current_time #469

Open martinwork opened 3 years ago

martinwork commented 3 years ago

Add "tick64" to yotta config.json: { "microbit-dal":{ "tick64":1 } }

Fixes #451

jaustin commented 3 years ago

@martinwork could you please rebase on https://github.com/lancaster-university/microbit-dal/commits/js-event-semantics so we can test in MakeCode?