Display_Avr_3/main_sketch/lcd.h
2024-02-22 10:36:10 +03:00

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