adds timeout to avr i2c

This commit is contained in:
Jack Humbert 2018-06-12 23:37:06 -04:00
parent b8564f5dd0
commit bad56a4f2b
8 changed files with 163 additions and 80 deletions

View file

@ -95,7 +95,8 @@ void rgb_matrix_indicators_user(void);
void rgb_matrix_single_LED_test(void);
void rgb_matrix_init_drivers(void);
void rgb_matrix_init(void);
void rgb_matrix_setup_drivers(void);
void rgb_matrix_set_suspend_state(bool state);
void rgb_matrix_set_indicator_state(uint8_t state);