Class AT45 can not use?

12 Jun 2009

Hi,

     Why the class AT45 can not use? I add the statement "#include "AT45.h" in program,when compiled ,it was wrong

       "Cannot open source input file "AT45.h": No such file or directory (E5)" in file "test_AT45/main.cpp"

What's wrong? Anyone can help me?

Thank you!

 

SHF

12 Jun 2009

Hi,

Have you remembered to import the library into the compiler? If not, AT45.h wil not be visible.

To do this, right click on the project and select "Import library". In the wizard box "Library URL" box type

http://mbed.co.uk/projects/cookbook/svn/AT45/trunk

Click import, and the library "AT45" should appear in your project.

Hope that helps,
Chris

13 Jun 2009

Hi,Chris

Thank  you very much!

SHF