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.
Fork of Led_demo by
Revision 2:bf21ec069402, committed 2014-04-25
- Comitter:
- zchen78
- Date:
- Fri Apr 25 19:08:22 2014 +0000
- Parent:
- 1:0d37843b8283
- Commit message:
- get rid of unnecessary comments
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Apr 25 18:58:35 2014 +0000 +++ b/main.cpp Fri Apr 25 19:08:22 2014 +0000 @@ -1,12 +1,3 @@ -/* - * Adafruit NeoPixel 8x8 matrix example - * - * This program displays a couple simple patterns on an 8x8 NeoPixel matrix. - * - * 3 buttons are used for DigitalIns, 2 control the brightness up and down, - * and the third switches patterns - */ - #include "mbed.h" #include "NeoStrip.h" #include "text.h"
