ese519

Dependencies:   Adafruit-PWM-Servo-Driver mbed-rtos mbed

Fork of xlab_lights by xLAB Led Matrix

Files at this revision

API Documentation at this revision

Comitter:
Jing_Qiu
Date:
Fri Feb 13 23:53:11 2015 +0000
Parent:
0:0d0dcca68fba
Commit message:
second attempt

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Feb 13 21:51:43 2015 +0000
+++ b/main.cpp	Fri Feb 13 23:53:11 2015 +0000
@@ -1,3 +1,5 @@
+//Author: Jing and Simon
+
 #include "mbed.h"
 #include "Adafruit_PWMServoDriver.h"
 
@@ -5,6 +7,8 @@
 #define MEDIUM 22
 #define WEAK 5
 
+
+
 // Contains the color codes - Red, Green, Blue
 int purple[]    =   {204,   0,      255};
 int orange[]    =   {255,   69,     0};