chipKIT® Development Platform

Inspired by Arduino™

Adding Libraries for use with Max32

Created Mon, 02 May 2016 16:37:19 +0000 by kiljaeden


kiljaeden

Mon, 02 May 2016 16:37:19 +0000

I'm trying to using the Keypad library with the Max32 board. I've copied the folder "KeyPad" to multiple directories, and I keep getting the following error:

sketch_may02a.cpp:1:20: fatal error: keypad.h: No such file or directory compilation terminated.

I thought I followed the walk-through correctly, but I supposed I could be wrong.


kiljaeden

Mon, 02 May 2016 17:31:08 +0000

Never mind, I figured it out: the .ZIP file had a folder in it called KeyPad, and in that folder was another folder called KeyPad. I copied the outer folder, but I needed the inner folder. All is well.