8 lines
141 B
C
8 lines
141 B
C
#ifndef Lsd_print_h
|
|
#define Lsd_print_h
|
|
#include "protocol.h"
|
|
|
|
void Lcd_inciliation();
|
|
void printLcd(struct message* decode_message);
|
|
|
|
#endif |