fds

Dependencies:   mbed

Fork of app-shield-RGB by Chris Styles

Revision:
1:5ac8fa71dfb4
Parent:
0:f86c572491c3
Child:
2:dd290a3fe641
--- a/main.cpp	Mon Oct 15 12:19:12 2012 +0000
+++ b/main.cpp	Fri Feb 07 17:28:21 2014 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 
-PwmOut r (p23);
-PwmOut g (p24);
-PwmOut b (p25);
+PwmOut r (D5);
+PwmOut g (D8);
+PwmOut b (D9);
 
 int main()
 {