pxt-calliope/docs/examples.md
2017-05-24 08:47:19 -07:00

1.4 KiB

Examples

Here are some fun programs for your @boardname@!

Fun stuff

[{
  "name": "Blinky",
  "description": "A blinking LED",
  "url":"/examples/blinky",
  "cardType": "example"
},
{
  "name": "Name Tag",
  "description": "Scroll your name on the screen",
  "url":"/examples/name-tag",
  "cardType": "example"
},
{
  "name": "Rando",
  "description": "Randomly blinking LEDs",
  "url":"/examples/rando",
  "cardType": "example"
},
{
  "name": "Game of Life",
  "description": "Simulation in LEDs. Use button A for next stage. Button B for reset.",
  "url":"/examples/gameofLife",
  "cardType": "example"
}
]

Sensors

[{
  "name": "Plot Acceleration",
  "description": "chart acceleration on the LED screen",
  "url":"/examples/plot-acceleration",
  "cardType": "example"
}, {
  "name": "Plot Light Level",
  "description": "chart light level on the LED screen",
  "url":"/examples/plot-light-level",
  "cardType": "example"
}, {
  "name": "Plot Analog Pin",
  "description": "chart analog input on the LED screen",
  "url":"/examples/plot-analog-pin",
  "cardType": "example"
}, {
  "name": "Stop Watch",
  "description": "easy time tracking",
  "url":"/examples/stop-watch",
  "cardType": "example"
}]

Actuators

[{
  "name": "Servo Calibrator",
  "description": "calibrates a servo",
  "url":"/examples/servo-calibrator",
  "cardType": "example"
}]