Internal config and parameters for the MY9221 LED controller. More...
Internal config and parameters for the MY9221 LED controller.
Definition in file my9221_internal.h.
#include "xtimer.h"
 Include dependency graph for my9221_internal.h:Go to the source code of this file.
| #define | MY9221_LATCH_WAIT (10U * US_PER_MS) | 
| Time to wait until latch register is processed.   | |
| #define | MY9221_LATCH_LOOP (4U) | 
| Number of write loops for latch register.   | |
| #define | MY9221_CMDMODE (0x00) | 
| Enable command mode on LED controller.   | |
| #define MY9221_CMDMODE (0x00) | 
Enable command mode on LED controller.
Definition at line 40 of file my9221_internal.h.
| #define MY9221_LATCH_LOOP (4U) | 
Number of write loops for latch register.
Definition at line 35 of file my9221_internal.h.
| #define MY9221_LATCH_WAIT (10U * US_PER_MS) | 
Time to wait until latch register is processed.
Definition at line 30 of file my9221_internal.h.