pxt-calliope/docs/examples.md

42 lines
796 B
Markdown
Raw Normal View History

2017-02-09 14:44:56 -08:00
# Examples
Here are some fun programs for your @boardname@!
2017-02-09 17:40:21 -08:00
## Fun stuff
```codecard
[{
"name": "Blinky",
2017-02-28 04:57:27 -08:00
"description": "A blinking LED",
2017-02-09 17:40:21 -08:00
"url":"/examples/blinky"
},
{
"name": "Name Tag",
2017-02-28 04:57:27 -08:00
"description": "Scroll your name on the screen",
2017-02-09 17:40:21 -08:00
"url":"/examples/name-tag"
},
{
"name": "Rando",
2017-02-28 04:57:27 -08:00
"description": "Randomly blinking LEDs",
2017-02-09 17:40:21 -08:00
"url":"/examples/rando"
}]
```
2017-02-09 14:51:12 -08:00
## Sensors
2017-02-09 14:44:56 -08:00
```codecard
[{
"name": "Plot Acceleration",
2017-02-28 04:57:27 -08:00
"description": "chart acceleration on the LED screen",
2017-02-09 14:44:56 -08:00
"url":"/examples/plot-acceleration"
}, {
"name": "Plot Light Level",
2017-02-28 04:57:27 -08:00
"description": "chart light level on the LED screen",
2017-02-09 14:44:56 -08:00
"url":"/examples/plot-light-level"
2017-02-09 17:40:21 -08:00
}, {
"name": "Plot Analog Pin",
2017-02-28 04:57:27 -08:00
"description": "chart analog input on the LED screen",
2017-02-09 17:40:21 -08:00
"url":"/examples/plot-analog-pin"
2017-02-09 14:44:56 -08:00
}]
```