Delay user code by 100ms to get sensor reading (fixes #90)

This commit is contained in:
Michal Moskal
2017-12-15 11:55:20 +00:00
parent 41d5052583
commit c7a3f5bbd0
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"description": "The EV3 library",
"files": [
"README.md",
"ns.ts"
"ns.ts",
"startup.ts"
],
"dependencies": {
"base": "file:../base",