Subversion Repositories Code-Repo

Rev

Rev 260 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 260 Rev 270
Line 47... Line 47...
47
#define TLC59116_REG_IREF       0x1C
47
#define TLC59116_REG_IREF       0x1C
48
#define TLC59116_REG_EFLAG1     0x1D
48
#define TLC59116_REG_EFLAG1     0x1D
49
#define TLC59116_REG_EFLAG2     0x1E
49
#define TLC59116_REG_EFLAG2     0x1E
50
 
50
 
51
void TLC59116_Init(void);
51
void TLC59116_Init(void);
52
void TLC59116_Write(uint8_t led, uint8_t brightness);
-
 
53
void TLC59116_Write_All(uint8_t *values);
52
void TLC59116_Write_All(LED_VALUES *values);
54
void TLC59116_Write_BC(uint8_t brightness);
53
void TLC59116_Write_BC(uint8_t brightness);
55
 
54
 
56
#endif	/* TLC59116_H */
55
#endif	/* TLC59116_H */
57
 
56