All required source code is in LED_Strip_Control/src/stripControl.ino and all required libraries are in the LED_Strip_Control/libraries directory.
Now lets see if the hardware is connected right by uploading the code: #include <Adafruit_NeoPixel.h> #define PIN 2 // Here is where the LED is connected to the Arduino UNO #define NUMPIXELS 10 // ...