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.
Dependencies: lcd neoPixelRing12 view2 BSP_DISCO_F746NG view1 button
Diff: NeoPixelRing12/NeoPixelRing12.h
- Revision:
- 8:aa1e315bf408
- Parent:
- 7:1887c4e4b5de
diff -r 1887c4e4b5de -r aa1e315bf408 NeoPixelRing12/NeoPixelRing12.h
--- a/NeoPixelRing12/NeoPixelRing12.h Thu Jun 04 23:35:29 2020 +0000
+++ b/NeoPixelRing12/NeoPixelRing12.h Sun Jun 14 19:14:21 2020 +0000
@@ -14,7 +14,7 @@
bool rst();
bool rgbToDataStructure(char* rgbCode);
bool bit(bool value);
- bool setLights(int nbOfLeds, char* rgbCode);
+ bool setLights(int nbOfLeds, char* rgbCode);
private:
DigitalOut digitalOutPin;