diff --git a/docs/handouts/MicrocodeQuickStartGuide.docx b/docs/handouts/MicrocodeQuickStartGuide.docx new file mode 100644 index 00000000..ed2706c6 Binary files /dev/null and b/docs/handouts/MicrocodeQuickStartGuide.docx differ diff --git a/docs/handouts/quickstart.pdf b/docs/handouts/quickstart.pdf new file mode 100644 index 00000000..e00aae8a Binary files /dev/null and b/docs/handouts/quickstart.pdf differ diff --git a/docs/manual.md b/docs/manual.md index 34d4edf9..ae8df667 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -30,6 +30,15 @@ Regardless of whether you are using the Arcade shield or web app, you first need 1. visit the [web app](https://microsoft.github.io/microcode/) and follow directions to connect your micro:bit and [automatically download over WebUSB](#download) 2. visit the [localization](#localization) section to _download_ the MicroCode hex file to your computer and copy to your micro:bit V2 (plugged into your computer via USB). +## Hands-on resources + +The following resources may be helpful to print out: + +- [MicroCode Quick Start Guide](./handouts/quickstart.pdf) +- [MicroCode 101 Slides](./ppt/MicroCode101.pptx) +- [MicroCode Programming Cards (Basic)](./ppt/MicroCodeCardsBasic.pptx) +- [MicroCode Programming Cards (Full)](./ppt/MicroCodeCardsFull.pptx) + ## micro:bit Robots {#robots} Remote control a [micro:bit robot](./robot) using MicroCode diff --git a/docs/ppt/MicroCode101.pptx b/docs/ppt/MicroCode101.pptx index e1c33413..6ee831bb 100644 Binary files a/docs/ppt/MicroCode101.pptx and b/docs/ppt/MicroCode101.pptx differ diff --git a/docs/ppt/MicroCodeCardsBasic.pptx b/docs/ppt/MicroCodeCardsBasic.pptx new file mode 100644 index 00000000..38856b53 Binary files /dev/null and b/docs/ppt/MicroCodeCardsBasic.pptx differ diff --git a/docs/ppt/MicroCodeCardsFull.pptx b/docs/ppt/MicroCodeCardsFull.pptx new file mode 100644 index 00000000..bbd4e5d1 Binary files /dev/null and b/docs/ppt/MicroCodeCardsFull.pptx differ