Two LEDS connected on chanel 0 and 1 that change their brightness continually.

Dependencies:   PCA9685PWM mbed

Revision:
1:812d6effcc5f
Parent:
0:46968a9b2b95
--- a/main.cpp	Fri Jul 24 09:47:57 2015 +0000
+++ b/main.cpp	Fri Jul 24 09:49:38 2015 +0000
@@ -1,5 +1,5 @@
 /*Test program for PCA9685 library
- *Two leds connect on chanel 0 and 1 that change their brightness continually
+ *Two leds connected on chanel 0 and 1 that change their brightness continually
  */
 #include"PCA9685.h"
 #include"mbed.h"