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:
- 29:a362df191524
- Parent:
- 27:bc79f444883b
- Child:
- 30:59b70f91b471
--- a/ColorLib.h Wed Sep 07 21:07:17 2016 +0000 +++ b/ColorLib.h Wed Sep 07 22:21:27 2016 +0000 @@ -26,10 +26,10 @@ #include <stdint.h> //---------------------------------------------------------------------------- -#define RGB_MAX_VAL 255 -#define HSV_MAX_HUE 3600 -#define HSV_MAX_SAT 255 -#define HSV_MAX_VAL 255 +#define RGB_MAX_VAL 255 +#define HSV_MAX_HUE 3600 +#define HSV_MAX_SAT 255 +#define HSV_MAX_VAL 255 #define GetRValue(rgb) ((uint8_t)(rgb)) #define GetGValue(rgb) ((uint8_t)((rgb) >> 8))