Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Arduino/LEDstream_LPD8806/LEDstream_LPD8806.pde
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ static uint8_t
static const unsigned long serialTimeout = 15000; // 15 seconds
static unsigned long lastByteTime, lastAckTime;

//declaring functions
static boolean timeout(unsigned long t, int nLEDs);
static void latch(int n);

void setup() {
byte c;
int i, p;
Expand Down