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: ColorLib.h
- Revision:
- 10:db7308876f3e
- Parent:
- 6:5aff0da4b663
- Child:
- 13:2dce64fab69e
diff -r 087006b19049 -r db7308876f3e ColorLib.h
--- a/ColorLib.h Fri Aug 12 20:19:06 2016 +0000
+++ b/ColorLib.h Sun Aug 14 18:11:42 2016 +0000
@@ -209,7 +209,8 @@
uint8_t v;
};
};
- uint8_t raw[4];
+ uint8_t raw[4];
+ uint32_t code;
};
int nomalize_hue(int h)