7 lines
89 B
C
7 lines
89 B
C
|
class disp {
|
||
|
public:
|
||
|
LiquidCrystal_I2C lcd(LCD_I2C, 16, 2);
|
||
|
int menu();
|
||
|
|
||
|
}
|