11 years ago.

Can't find TSISensor.h

Hi, I'm trying to compile the example touch sensor program on http://mbed.org/handbook/mbed-FRDM-KL25Z-Examples and I keep getting the error message: "cannot open source input file "TSISensor.h": No such file or directory" in file "/main.cpp", Line: 2, Col: 22

I've selected 'Freescale KL25Z' in the top right corner, and I've updated the mbed directory in the project.

Is there anything I've missed?

Thanks, Stuart.

2 Answers

11 years ago.

Click on' import this program', then the corresponding library will also be included. I guess you only copied the code, then you would also need to import that library (via import in the compiler screen that could be done).

Accepted Answer
Stuart Baly
poster
11 years ago.

That worked. Thank you!