From 72fc8c5545defdb03a6c2cd582bdf68d73ab07fa Mon Sep 17 00:00:00 2001 From: Laura Date: Mon, 27 Mar 2017 11:17:57 +0100 Subject: [PATCH] Add curriculum statements to learn file --- learn.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/learn.md b/learn.md index b97960e..63be998 100644 --- a/learn.md +++ b/learn.md @@ -5,3 +5,11 @@ By creating the All-Seeing Pi with your Raspberry Pi, you will learn: - How to control GPIO pins with Python code - How to control the Camera Module with Python code - How to tweet a picture taken with the Camera Module + +This resource covers elements from the following strands of the [Raspberry Pi Digital Making Curriculum](https://www.raspberrypi.org/curriculum/): + +- [Design multiple and integrating assets for use in complex finished projects and models](https://www.raspberrypi.org/curriculum/design/maker) +- [Apply higher-order programming techniques to solve real-world problems](https://www.raspberrypi.org/curriculum/programming/maker) +- [Create automated systems to solve complex real-world problems](https://www.raspberrypi.org/curriculum/physical-computing/maker) +- [Independently use fabrication systems to produce complex finished projects](https://www.raspberrypi.org/curriculum/manufacture/maker) +- [Engage and share with the digital making community](https://www.raspberrypi.org/curriculum/community-and-sharing/creator)