pxt-calliope/docs/projects/tools.md
Peli de Halleux 8aca3d3804
Plot acc example (#1418)
* adding plot acceleration

* added console
2018-10-14 20:47:57 -07:00

1.1 KiB

Tools

Sensors

[
{
    "name": "Plot Acceleration",
    "description": "Use the screen to how the accelerometer works",
    "url": "/projects/plot-acceleration",
    "imageUrl": "/static/mb/projects/plot-acceleration.png",
    "cardType": "side"
} ,{
  "name": "Light Level Meter",
  "description": "Measure light input",
  "url": "/projects/light-level-meter",
  "imageUrl": "/static/mb/projects/light-level-meter.png",
  "cardType": "side"
}, {
  "name": "Analog Pin Tester",
  "description": "Test analog input",
  "url": "/projects/analog-pin-tester",
  "imageUrl": "/static/mb/projects/analog-pin-tester.png",
  "cardType": "side"
}, {
  "name": "Servo Calibrator",
  "description": "Calibrate a servo",
  "url": "/projects/servo-calibrator",
  "imageUrl": "/static/mb/projects/servo-calibrator.png",
  "cardType": "side"
}]

Streaming

[{
  "name": "Radio Bridge",
  "description": "Send radio messages to editor",
  "url": "/projects/radio-bridge",
  "imageUrl": "/static/mb/projects/radio-bridge.png",
  "cardType": "example"
}]