set led to common anode

Dependencies:   C12832_lcd EthernetInterface LM75B MMA7660 libxively mbed-rtos mbed

Fork of xively-dreamforce by Ilya Dmitrichenko

Files at this revision

API Documentation at this revision

Comitter:
errordeveloper
Date:
Mon Nov 11 17:34:30 2013 +0000
Parent:
15:7443df31ff5b
Child:
17:6457dc373c2d
Commit message:
Remove commented code

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Nov 11 17:33:56 2013 +0000
+++ b/main.cpp	Mon Nov 11 17:34:30 2013 +0000
@@ -21,9 +21,7 @@
 
 int main() {
     lcd_print_xively_logo();
-    //r.period( 0.001 );
-    //g.period( 0.001 );
-    //b.period( 0.001 );
+
     EthernetInterface eth;
     
     Thread _rgbpwm(rgbpwm_thread);