more docs updates
This commit is contained in:
@@ -20,6 +20,7 @@ Learn how to create images that look like a rotating animation by using a while
|
||||
## Documentation
|
||||
|
||||
```cards
|
||||
while (true) {}
|
||||
let x = 0
|
||||
input.onButtonPressed(Button.A, () => {})
|
||||
basic.showLeds(`
|
||||
@@ -30,7 +31,6 @@ basic.showLeds(`
|
||||
. . . . .
|
||||
`)
|
||||
basic.pause(100)
|
||||
while (true) {}
|
||||
```
|
||||
|
||||
## Objectives
|
||||
|
||||
Reference in New Issue
Block a user