ShiftPWM support topic. Latest update: Schematics, high power LED's, LED strips

You could add this to CShiftPWM.cpp:

unsigned char CShiftPWM::GetOne(int output){
return m_PWMValues[output];
}

And add to CShiftPWM.h the prototype for the public member function:

unsigned char GetOne(int output);

I have designed a 24 channel LED driver board for high power LED's. The constant current outputs can be adjusted from 60 to 350 mA and it is directly compatible with the library. Size is about the same as the Arduino. The first prototype will arrive in a week. Would you be interested in such a board? It is not in production at the moment, but will be soon.