Skip to content

Commit fa478a0

Browse files
committed
remove due exclusion from PCF8574Out
1 parent 989951e commit fa478a0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

examples/LCDs/PCF8574/PCF8574/PCF8574.ino

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ MENU(mainMenu,"Main menu",doNothing,noEvent,wrapStyle
149149

150150
#define MAX_DEPTH 2
151151

152-
/*idx_t tops[MAX_DEPTH]={0,0};
153-
const panel panels[] MEMMODE={{0,0,16,2}};
154-
navNode* nodes[MAX_DEPTH];
155-
panelsList pList(panels,nodes,1);
156-
lcdOut outLCD(&lcd,tops,pList);//output device for LCD
157-
menuOut* constMEM outputs[] MEMMODE={&outLCD};//list of output devices
158-
outputsList out(outputs,1);//outputs list with 1 outputs*/
152+
// idx_t tops[MAX_DEPTH]={0,0};
153+
// const panel panels[] MEMMODE={{0,0,16,2}};
154+
// navNode* nodes[MAX_DEPTH];
155+
// panelsList pList(panels,nodes,1);
156+
// lcdOut outLCD(&lcd,tops,pList);//output device for LCD
157+
// menuOut* constMEM outputs[] MEMMODE={&outLCD};//list of output devices
158+
// outputsList out(outputs,1);//outputs list with 1 outputs
159159

160160
MENU_OUTPUTS(out,MAX_DEPTH
161161
,LCD_OUT(lcd,{0,0,16,2})

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.15.10
2+
version=4.15.11
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

src/menuIO/PCF8574Out.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef RSITE_ARDUINO_MENU_PCF8574OUT
66
#define RSITE_ARDUINO_MENU_PCF8574OUT
77

8-
#ifndef ARDUINO_SAM_DUE
8+
// #ifndef ARDUINO_SAM_DUE
99
#include "../menuDefs.h"
1010
#include <Wire.h>
1111
#include <LiquidCrystal_PCF8574.h>
@@ -46,4 +46,4 @@
4646
}//namespace Menu
4747

4848
#endif
49-
#endif
49+
// #endif

0 commit comments

Comments
 (0)