8 lines
131 B
C
8 lines
131 B
C
#ifndef Lsd_print_h
|
|
#define Lsd_print_h
|
|
#include <Arduino.h>
|
|
|
|
void Lsd_inciliation();
|
|
void printLsd(const char* inputText);
|
|
|
|
#endif |