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:
Peli de Halleux
2018-10-14 19:23:28 -07:00
committed by GitHub
parent 292fa57fbc
commit 0390bffe72
8 changed files with 7 additions and 43 deletions

View File

@ -1,22 +0,0 @@
# Blinky
Flash a pattern on the LEDs.
```blocks
basic.forever(() => {
basic.showLeds(`
. # . # .
# # # # #
# # # # #
. # # # .
. . # . .`
);
basic.showLeds(`
. . . . .
. . . . .
. . . . .
. . . . .
. . . . .`
);
})
```

View File

@ -1,9 +0,0 @@
# Name Tag
Scroll your name across the screen.
```blocks
basic.forever(() => {
basic.showString("JAMES")
})
```