8 lines
138 B
C
8 lines
138 B
C
#ifndef Lcd_print_h
|
|
#define Lcd_print_h
|
|
#include <Arduino.h>
|
|
|
|
void Lcd_inciliation();
|
|
void printLcd(const char* inputText);
|
|
|
|
#endif |