mirror of
https://github.com/arendst/Tasmota.git
synced 2026-03-20 06:08:19 +01:00
8 lines
122 B
C
8 lines
122 B
C
#ifndef RENDER_H
|
|
#define RENDER_H
|
|
|
|
void Render();
|
|
void SetMouthThroat(unsigned char mouth, unsigned char throat);
|
|
|
|
#endif
|