Skip to content

Commit a71b141

Browse files
committed
Update runtime-package.md
1 parent bdb8fcb commit a71b141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/micropython/00.first-steps/03.runtime-package/runtime-package.md

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def setup():
114114
def loop():
115115
value = analog_read(pin)
116116
print(value)
117+
delay(50)
117118

118119
start(setup, loop)
119120
```

0 commit comments

Comments
 (0)