Home courses page (#1417)
* adding courese in home page * remove examples * updated sparkfun image * removing kitronik univesity * updated kitronik images
This commit is contained in:
@ -1,22 +0,0 @@
|
||||
# Blinky
|
||||
|
||||
Flash a pattern on the LEDs.
|
||||
|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# # # # #
|
||||
# # # # #
|
||||
. # # # .
|
||||
. . # . .`
|
||||
);
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .`
|
||||
);
|
||||
})
|
||||
```
|
@ -1,9 +0,0 @@
|
||||
# Name Tag
|
||||
|
||||
Scroll your name across the screen.
|
||||
|
||||
```blocks
|
||||
basic.forever(() => {
|
||||
basic.showString("JAMES")
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user