C_CPP/11_PUTT/02_Ment/LCDDisplay.h

15 lines
184 B
C
Raw Normal View History

2018-06-08 16:52:00 +02:00
//
// Created by JThei on 02.06.2018.
//
#ifndef TEST_BUILD_LCDDISPLAY_H
#define TEST_BUILD_LCDDISPLAY_H
class LCDDisplay {
void print(int i);
};
#endif //TEST_BUILD_LCDDISPLAY_H