Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:812d6effcc5f, committed 2015-07-24
- 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"