added turtle program

This commit is contained in:
Peli de Halleux
2019-09-08 21:29:27 -07:00
parent 2975bf2b55
commit 23f48db20b
3 changed files with 62 additions and 0 deletions

View File

@ -212,6 +212,12 @@ Here are some fun programs for your @boardname@!
"description": "Keep your brick entertained and happy",
"url":"/examples/happy-unhappy",
"cardType": "example"
}, {
{
"name": "Turtle",
"description": "Encode moves and run them on a driving base",
"url":"/examples/turtle",
"cardType": "example"
}, {
"name": "Distance Measurer",
"description": "Use a motor to measure angle and distance",