More fixes/improvements to T3100e. Patch from John Elliott.

This commit is contained in:
SarahW 2017-11-19 21:30:42 +00:00
commit 97ac443f70
4 changed files with 170 additions and 13 deletions

View file

@ -1,2 +1,7 @@
void t3100e_notify_set(uint8_t value);
void t3100e_display_set(uint8_t value);
uint8_t t3100e_display_get();
uint8_t t3100e_config_get();
void t3100e_turbo_set(uint8_t value);
uint8_t t3100e_mono_get();
void t3100e_mono_set(uint8_t value);