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",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "A blinking LED",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/blinky",
|
|
|
|
"cardType": "example"
|
2017-02-10 02:40:21 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Name Tag",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "Scroll your name on the screen",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/name-tag",
|
|
|
|
"cardType": "example"
|
2017-02-10 02:40:21 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Rando",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "Randomly blinking LEDs",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/rando",
|
|
|
|
"cardType": "example"
|
2017-03-28 01:32:09 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Game of Life",
|
2017-03-28 02:51:39 +02:00
|
|
|
"description": "Simulation in LEDs. Use button A for next stage. Button B for reset.",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/gameofLife",
|
|
|
|
"cardType": "example"
|
2017-03-28 01:32:09 +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
|
|
|
|
[{
|
2017-08-23 20:40:37 +02:00
|
|
|
"name": "Egg & Spoon race",
|
|
|
|
"description": "Balance a micro:bit like an egg and spoon race",
|
|
|
|
"url":"/examples/egg-and-spoon",
|
|
|
|
"cardType": "example"
|
|
|
|
},{
|
2017-02-09 23:44:56 +01:00
|
|
|
"name": "Plot Acceleration",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "chart acceleration on the LED screen",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/plot-acceleration",
|
|
|
|
"cardType": "example"
|
2017-02-09 23:44:56 +01:00
|
|
|
}, {
|
|
|
|
"name": "Plot Light Level",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "chart light level on the LED screen",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/plot-light-level",
|
|
|
|
"cardType": "example"
|
2017-02-10 02:40:21 +01:00
|
|
|
}, {
|
|
|
|
"name": "Plot Analog Pin",
|
2017-02-28 13:57:27 +01:00
|
|
|
"description": "chart analog input on the LED screen",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/plot-analog-pin",
|
|
|
|
"cardType": "example"
|
2017-05-24 17:47:19 +02:00
|
|
|
}, {
|
|
|
|
"name": "Stop Watch",
|
|
|
|
"description": "easy time tracking",
|
|
|
|
"url":"/examples/stop-watch",
|
|
|
|
"cardType": "example"
|
2017-06-15 05:39:55 +02:00
|
|
|
}, {
|
|
|
|
"name": "Radio Dashboard",
|
|
|
|
"description": "dashboard for radio clients",
|
|
|
|
"url":"/examples/radio-dashboard",
|
|
|
|
"cardType": "example"
|
2017-02-09 23:44:56 +01:00
|
|
|
}]
|
|
|
|
```
|
2017-03-27 06:22:40 +02:00
|
|
|
|
|
|
|
## Actuators
|
|
|
|
|
|
|
|
```codecard
|
|
|
|
[{
|
|
|
|
"name": "Servo Calibrator",
|
|
|
|
"description": "calibrates a servo",
|
2017-04-05 19:16:47 +02:00
|
|
|
"url":"/examples/servo-calibrator",
|
|
|
|
"cardType": "example"
|
2017-03-27 06:22:40 +02:00
|
|
|
}]
|
|
|
|
```
|