5 years ago.

Include ATCmdParser ERROR?

i add include ATCmdParser

include the ATCmdParser library with this snippet

#include "mbed.h"
#include "stats_report.h"
#include "platform\ATCmdParser.h"

and i get an error

error message

Error: Cannot open source input file "platform\ATCmdParser.h": No such file or directory in "main.cpp", Line: 8, Col: 35

1 Answer

4 years, 9 months ago.

could you try use "/" instead "\"? I already test it and works!

Accepted Answer