Tasmota/lib/ESP8266SAM/src/render.h
2020-08-17 19:45:59 +02:00

8 lines
122 B
C
Executable File

#ifndef RENDER_H
#define RENDER_H
void Render();
void SetMouthThroat(unsigned char mouth, unsigned char throat);
#endif