Merge pull request #151 from Michi302/master

Corrected spelling mistake "Purble" to "Purple"
This commit is contained in:
Kristian Sloth Lauszus 2015-05-17 20:17:00 +02:00
commit febf796705
3 changed files with 3 additions and 1 deletions

View file

@ -55,6 +55,7 @@ enum ColorsEnum {
/** r = 0, g = 255, b = 255 */
Lightblue = 0xFFFF,
/** r = 255, g = 0, b = 255 */
Purple = 0xFF00FF,
Purble = 0xFF00FF,
/** r = 255, g = 255, b = 255 */

View file

@ -134,7 +134,7 @@ void loop() {
PS3.moveSetBulb(Lightblue);
} else if (state == 6) {
PS3.moveSetRumble(225);
PS3.moveSetBulb(Purble);
PS3.moveSetBulb(Purple);
} else if (state == 7) {
PS3.moveSetRumble(250);
PS3.moveSetBulb(White);

View file

@ -106,6 +106,7 @@ Green LITERAL1
Blue LITERAL1
Yellow LITERAL1
Lightblue LITERAL1
Purple LITERAL1
Purble LITERAL1
White LITERAL1
Off LITERAL1