From 9a622b001f46930b98666354d3f73318e2a8a2a5 Mon Sep 17 00:00:00 2001 From: "Tom Ball (MSR)" Date: Sun, 5 Jan 2025 15:43:56 -0800 Subject: [PATCH] add robot tutorial --- docs/projects/SUMMARY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/projects/SUMMARY.md b/docs/projects/SUMMARY.md index 26d4eb15b69..c9c2c9e276f 100644 --- a/docs/projects/SUMMARY.md +++ b/docs/projects/SUMMARY.md @@ -147,6 +147,10 @@ * [micro:bit of Things](https://sites.google.com/view/microbitofthings) * [ARM University - micro:course](https://github.com/arm-university/micro-course) * [A-Z Robotics](https://tinkerspark.teachable.com/) +* [Robot Simulator](/microbit=robot) + * [Getting Started](https://github.com/microsoft/microbit-robot/blob/main/tutorials/getting-started.md) + * [Lights and Sounds](https://github.com/microsoft/microbit-robot/blob/main/tutorials/light-and-sound.md) + * [Line Follower](https://github.com/microsoft/microbit-robot/blob/main/tutorials/line-follower.md) * [Jacdac](/jacdac) * [Getting started](https://microsoft.github.io/jacdac-docs/clients/makecode/) * [Button smasher](https://microsoft.github.io/jacdac-docs/clients/makecode/projects/button-smasher/)