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.
Fork of scoreLight_Advanced by
Diff: soundSpot.cpp
- Revision:
- 12:0de9cd2bced5
- Parent:
- 4:f9d364f10335
- Child:
- 18:d72935b13858
--- a/soundSpot.cpp	Thu Apr 12 05:16:48 2012 +0000
+++ b/soundSpot.cpp	Thu Apr 12 08:38:44 2012 +0000
@@ -15,7 +15,7 @@
 soundSpot::~soundSpot() {
 }
     
-void soundSpot::setColor(char c) {
+void soundSpot::setColor(unsigned char c) {
     blobColor=0x07&c; // we will use the first three bits to set the RGB colors.
 }
 
    