From eb11cbf78cfba7d9a2dfa52ebb613dbf51db7fdf Mon Sep 17 00:00:00 2001
From: ebp1g21 <ebp1g21@soton.ac.uk>
Date: Sun, 14 May 2023 12:47:48 +0000
Subject: [PATCH] Upload New File

---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..769b9ed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# Using ws2812
+
+This task is for you to be able to use the ws2812 (Neopixel RGB LED) that you will find on the Maker.
+
+Difficulty: **Easy**
+
+# Resources
+
+You can find the project files [here](https://git.soton.ac.uk/ebp1g21/using-ws2812).
+
+You'll need:
+- A Raspberry Pi Pico.
+- The Raspberry Pi Pico SDK [here](https://github.com/raspberrypi/pico-sdk). They have a good explaination in the readme of how to set it up.
+- The Maker Pi Pico (optional, if you don't have this then use your own ws2812 and buttons).
+
+You should to get familiar with cmake [here](https://cmake.org/cmake/help/latest/).
+
+You should also take a look at this project [here](https://github.com/raspberrypi/pico-examples/tree/master/pio/ws2812) from Raspberry Pi as a starting point and download this header file [here](https://github.com/raspberrypi/pico-examples/blob/master/pio/ws2812/generated/ws2812.pio.h).
+
+# Keywords
+
+ws2812, c, cmake, neopixel
-- 
GitLab