36 lines
497 B
Markdown
36 lines
497 B
Markdown
# Examples
|
|
|
|
Here are some fun programs for your @boardname@!
|
|
|
|
## Fun stuff
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Blinky",
|
|
"url":"/examples/blinky"
|
|
},
|
|
{
|
|
"name": "Name Tag",
|
|
"url":"/examples/name-tag"
|
|
},
|
|
{
|
|
"name": "Rando",
|
|
"url":"/examples/rando"
|
|
}]
|
|
```
|
|
|
|
## Sensors
|
|
|
|
```codecard
|
|
[{
|
|
"name": "Plot Acceleration",
|
|
"url":"/examples/plot-acceleration"
|
|
}, {
|
|
"name": "Plot Light Level",
|
|
"url":"/examples/plot-light-level"
|
|
}, {
|
|
"name": "Plot Analog Pin",
|
|
"url":"/examples/plot-analog-pin"
|
|
}]
|
|
```
|