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: sbDriver.h
- Revision:
- 2:3935d2ed40cd
- Parent:
- 1:4a62ae180af0
- Child:
- 3:9376bf1f1bbd
diff -r 4a62ae180af0 -r 3935d2ed40cd sbDriver.h
--- a/sbDriver.h Tue Aug 19 07:16:17 2014 +0000
+++ b/sbDriver.h Wed Aug 20 05:24:38 2014 +0000
@@ -181,7 +181,10 @@
// void setCurrentCorr( unsigned long int rgbValue=0x786464);//ALL modules
void setCurrentCorr( unsigned short int red/* = 0x78*/, unsigned short int green/* = 0x64*/, unsigned short int blue/* = 0x64*/);//ALL modules
void setCurrentCorr();//overload - meaning, read the vals from the class member and set accordingly
+
// Display update
void displayFrame();// write a whole display's worth of data.
+ unsigned int getModuleCount(){return moduleCount;}
+
};
#endif
\ No newline at end of file