Finshed the Ldp6803 implementation (I think)

Former-commit-id: 856d9575923134ded63cded746cb4125b78e0623
This commit is contained in:
T. van der Zwan 2013-11-02 05:56:14 +00:00
parent 518ca910b7
commit 491dcc706b
3 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1 +1 @@
460c18a960c7f021eb18eddc5b43f322cb40fced
e027a9a48c14dcffacb9539ede8ddca32cba2171

View File

@ -37,5 +37,6 @@ public:
virtual int switchOff();
private:
/// The buffer containing the packed RGB values
std::vector<unsigned short> _ledBuffer;
};