Files
pxt-ev3/libs/ev3/startup.ts
2018-02-14 16:05:31 -08:00

5 lines
153 B
TypeScript

// This is the last thing executed before user code
// We pause for 100ms to give time to read sensor values, so they work in on_start block
pause(100)