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 4:22b0f282731b, committed 2020-06-30
- Comitter:
- Rhamao
- Date:
- Tue Jun 30 23:32:09 2020 +0000
- Parent:
- 3:f486b56187e2
- Commit message:
- version publique
Changed in this revision
| neoPixelRing12.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/neoPixelRing12.cpp Tue Jun 23 10:33:03 2020 +0000
+++ b/neoPixelRing12.cpp Tue Jun 30 23:32:09 2020 +0000
@@ -166,9 +166,9 @@
}
else{
digitalOutPin = 1;
- wait_ns(600);
+ wait_ns(440);
digitalOutPin = 0;
- wait_ns(600);
+ wait_ns(440);
}
return true;
}
@@ -187,7 +187,7 @@
bool NeoPixelRing12::setLights(char RGBmap[12][7]){
char* buffer;
- initLights();
+ //initLights();
for(int i=0; i<12; i++){
buffer=&RGBmap[i][0];
rgbToDataStructure(buffer);