2017-02-09 23:44:56 +01:00
|
|
|
# Examples
|
|
|
|
|
|
|
|
Here are some fun programs for your @boardname@!
|
|
|
|
|
2017-02-10 02:40:21 +01:00
|
|
|
## Fun stuff
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Blinky",
|
2018-03-22 00:30:58 +01:00
|
|
|
"description": "A blinking pattern of LEDs",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/blinky",
|
2017-04-05 19:16:47 +02:00
|
|
|
"cardType": "example"
|
2018-09-10 22:15:05 +02:00
|
|
|
}, {
|
2017-02-10 02:40:21 +01:00
|
|
|
"name": "Rando",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "Randomly blinking LEDs",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/rando",
|
2017-04-05 19:16:47 +02:00
|
|
|
"cardType": "example"
|
2017-03-28 01:32:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Game of Life",
|
2018-03-22 00:30:58 +01:00
|
|
|
"description": "A Game of Life simulation in LEDs",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/gameofLife",
|
2017-04-05 19:16:47 +02:00
|
|
|
"cardType": "example"
|
2018-03-14 16:50:45 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Pi Monte Carlo",
|
|
|
|
"description": "Approximate the number Pi",
|
2018-03-15 02:06:13 +01:00
|
|
|
"url": "/examples/pi-montecarlo",
|
2018-03-14 16:50:45 +01:00
|
|
|
"cardType": "example"
|
2018-07-09 20:16:22 +02:00
|
|
|
}]
|
2017-02-10 02:40:21 +01:00
|
|
|
```
|
|
|
|
|
2017-02-09 23:51:12 +01:00
|
|
|
## Sensors
|
|
|
|
|
2017-02-09 23:44:56 +01:00
|
|
|
```codecard
|
|
|
|
[{
|
2018-08-28 22:03:23 +02:00
|
|
|
"name": "Egg & Spoon Race",
|
2017-08-23 20:40:37 +02:00
|
|
|
"description": "Balance a micro:bit like an egg and spoon race",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/egg-and-spoon",
|
2017-08-23 20:40:37 +02:00
|
|
|
"cardType": "example"
|
|
|
|
},{
|
2017-02-09 23:44:56 +01:00
|
|
|
"name": "Plot Acceleration",
|
2018-03-22 00:30:58 +01:00
|
|
|
"description": "Chart acceleration on the LED screen",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/plot-acceleration",
|
2017-04-05 19:16:47 +02:00
|
|
|
"cardType": "example"
|
2017-06-15 05:39:55 +02:00
|
|
|
}, {
|
|
|
|
"name": "Radio Dashboard",
|
2018-03-22 00:30:58 +01:00
|
|
|
"description": "A dashboard for radio clients",
|
2018-07-09 20:16:22 +02:00
|
|
|
"url": "/examples/radio-dashboard",
|
2017-06-15 05:39:55 +02:00
|
|
|
"cardType": "example"
|
2017-02-09 23:44:56 +01:00
|
|
|
}]
|
|
|
|
```
|