Skip to content

Commit

Permalink
Changed 1.5 ms to 2 ms in the comment because of the changes to the t…
Browse files Browse the repository at this point in the history
…iming.
  • Loading branch information
DavidEGrayson committed Mar 13, 2012
1 parent 8462411 commit ec6426f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion led_strip.c
Expand Up @@ -35,7 +35,7 @@ typedef struct rgb_color
The colors parameter should point to an array of rgb_color structs that hold the colors to send.
The count parameter is the number of colors to send.
This function takes about 1.5 ms to update 30 LEDs.
This function takes about 2 ms to update 30 LEDs.
Interrupts must be disabled during that time, so any interrupt-based library
can be negatively affected by this function.
*/
Expand Down

0 comments on commit ec6426f

Please sign in to comment.