5 lines
153 B
TypeScript
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)
|