#include <PololuLedStrip.h>

Public Member Functions | |
| virtual void | write (rgb_color *, unsigned int count)=0 |
Static Public Attributes | |
| static bool | interruptFriendly = false |
Definition at line 35 of file PololuLedStrip.h.
| virtual void Pololu::PololuLedStripBase::write | ( | rgb_color * | , |
| unsigned int | count | ||
| ) | [pure virtual] |
Implemented in Pololu::PololuLedStrip< pin >.
bool PololuLedStripBase::interruptFriendly = false [static] |
Definition at line 38 of file PololuLedStrip.h.