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.
Diff: CLED.h
- Revision:
- 1:62baf2ea5573
- Parent:
- 0:0fcc82d7750c
diff -r 0fcc82d7750c -r 62baf2ea5573 CLED.h
--- a/CLED.h Thu Jul 16 08:20:57 2020 +0000
+++ b/CLED.h Fri Oct 23 06:37:09 2020 +0000
@@ -6,7 +6,7 @@
class CLED {
public:
CLED(int ver=10);
- void set(byte* ary12, bool indi = false);
+ void set(byte* ary12, bool indiRow = false);
void set(byte val12);
private:
@@ -15,7 +15,7 @@
static const byte c10[7];
static const byte c11[7];
static const byte INDI_COLOR;
- byte indVal;
+ bool inOn;
};
#endif