added pi example (#711)

This commit is contained in:
Peli de Halleux
2018-03-14 08:50:45 -07:00
committed by GitHub
parent 41ac0248a0
commit ecc9449b02
3 changed files with 63 additions and 0 deletions

View File

@ -28,6 +28,12 @@ Here are some fun programs for your @boardname@!
"description": "Simulation in LEDs. Use button A for next stage. Button B for reset.",
"url":"/examples/gameofLife",
"cardType": "example"
},
{
"name": "Pi Monte Carlo",
"description": "Approximate the number Pi",
"url": "/examples/pi",
"cardType": "example"
}
]
```