I would like some help with The V3.0 of the keypad tutorial.
I would like to experiment with the multi press key example.
However I have tried all the example sketches that come with the keypad library & I always get a compile error.
This is what I get when I try to compile Hello Keypad :
C:\Temp\Arduino101\libraries\Keypad\Keypad.cpp: In member function 'bool Keypad::scanKeys()':
C:\Temp\Arduino101\libraries\Keypad\Keypad.cpp:86: error: 'INPUT_PULLUP' was not declared in this scope
I am new to Arduino & I just am not sure what is wrong.
Any help would be much appreciated.
Tripod1:
This is what I get when I try to compile Hello Keypad :
C:\Temp\Arduino101\libraries\Keypad\Keypad.cpp: In member function 'bool Keypad::scanKeys()':
C:\Temp\Arduino101\libraries\Keypad\Keypad.cpp:86: error: 'INPUT_PULLUP' was not declared in this scope
I put the following in Keypad.h so I'm not sure why you get that error. The code checks to see which version of Arduino you are using and then defines INPUT_PULLUP if you have any version less than 1.0.1.