Starting sensor support

This commit is contained in:
Michal Moskal
2017-07-08 11:16:12 +01:00
parent b86a552a5b
commit 51b22e2d93
6 changed files with 130 additions and 1 deletions

View File

@ -1,6 +1,11 @@
* [x] try unlink ELF file before uploading - didn't work
* [x] implement serialPoll
* [x] try some motors
* [ ] add `control.interrupt(ms, () => { ... sync function ... })` - running outside regular JS thread
* [ ] add `//% onlyWhenUsed` on global variable initializers
* [ ] parse Python field lists into offsets
## Further down
* [ ] have some protocol for restarting user app if it's running (flag file somewhere?)
* [ ] display panic code on the screen
* [ ] catch SIGSEGV and panic