More fixes/improvements to T3100e. Patch from John Elliott.
This commit is contained in:
parent
717d815604
commit
97ac443f70
4 changed files with 170 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue