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

Dependencies:   PCA9685PWM mbed

Files at this revision

API Documentation at this revision

Comitter:
dreamworker
Date:
Fri Jul 24 09:49:38 2015 +0000
Parent:
0:46968a9b2b95
Commit message:
Test program for PCA9685 library

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"