Keypad library trouble

hi, i have an project with arduino and keypad. i have downloaded keypad library in Arduino Playground - Keypad Library in zip folder and import in library. i try it but i found this error compiling

Arduino: 1.6.0 (Windows 7), Board: "Arduino Due (Programming Port)"

keypadbisa.ino:1:20: fatal error: Keypad.h: No such file or directory

compilation terminated.

Error compiling.

anyone can help?

Please attach your sketch.

Did you...

  • Click Sketch
  • Click Include Library
  • Click Keypad under Contributed libaries

This should have be put at the top of your sketch...

#include <Keypad.h>