remove linksto lessons from references
This commit is contained in:
@ -24,10 +24,6 @@ for (let i = 0; i < 5; i++) {
|
||||
}
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[glowing sword](/lessons/glowing-sword)
|
||||
|
||||
### See also
|
||||
|
||||
[brightness](/reference/led/brightness), [fade out](/reference/led/fade-out), [set brightness](/reference/led/set-brightness)
|
||||
|
@ -20,10 +20,6 @@ basic.showString("A", 1000)
|
||||
led.fadeOut(1000)
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[glowing sword](/lessons/glowing-sword)
|
||||
|
||||
### See also
|
||||
|
||||
[brightness](/reference/led/brightness), [fade in](/reference/led/fade-in), [set brightness](/reference/led/set-brightness)
|
||||
|
@ -6,10 +6,6 @@ Turn on all the 25 LEDs on the [LED screen](/device/screen).
|
||||
led.plotAll()
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[night light](/lessons/night-light)
|
||||
|
||||
### See also
|
||||
|
||||
[LED screen](/device/screen), [clear screen](/reference/basic/clear-screen)
|
||||
|
@ -28,10 +28,6 @@ basic.plotLeds(`
|
||||
`)
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[smiley](/lessons/smiley), [flashing heart](/lessons/flashing-heart), [magic logo](/lessons/magic-logo)
|
||||
|
||||
### See also
|
||||
|
||||
[show animation](/reference/basic/show-animation), [image](/reference/images/image), [show image](/reference/images/show-image), [scroll image](/reference/images/scroll-image)
|
||||
|
@ -41,10 +41,6 @@ for (let i = 0; i < 5; i++) {
|
||||
}
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[blink](/lessons/blink), [beautiful image](/lessons/beautiful-image), [strobe light](/lessons/strobe-light)
|
||||
|
||||
### See also
|
||||
|
||||
[unplot](/reference/led/unplot), [point](/reference/led/point), [LED screen](/device/screen)
|
||||
|
@ -21,10 +21,6 @@ basic.pause(1000)
|
||||
led.setBrightness(127)
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[night light](/lessons/night-light)
|
||||
|
||||
### See also
|
||||
|
||||
[brightness](/reference/led/brightness), [fade in](/reference/led/fade-in), [fade out](/reference/led/fade-out), [LED screen](/device/screen)
|
||||
|
@ -43,10 +43,6 @@ basic.pause(500)
|
||||
led.unplot(2, 2)
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[strobe light](/lessons/strobe-light)
|
||||
|
||||
### See also
|
||||
|
||||
[plot](/reference/led/plot), [point](/reference/led/point), [LED screen](/device/screen), [create image](/reference/images/create-image)
|
||||
|
Reference in New Issue
Block a user