DFRobot / DFRobot_SIM7000

MIT License
42 stars 18 forks source link

error with board #14

Open murtadhodaf opened 3 years ago

murtadhodaf commented 3 years ago

i cant compile with this library, this is my error msg

` In file included from C:\Users\murtadho\Documents\Arduino\libraries\DFRobot_SIM7000-master\examples\DFRobot_SIM7000_ATtest\DFRobot_SIM7000_ATtest.ino:16:0: C:\Users\murtadho\Documents\Arduino\libraries\DFRobot_SIM7000-master/DFRobot_SIM7000.h:4:10: fatal error: DFRobot_SIMcore.h: No such file or directory

include "DFRobot_SIMcore.h"

      ^~~~~~~~~~~~~~~~~~~

compilation terminated. exit status 1 Error compiling for board Arduino Mega or Mega 2560. `

jinzo commented 3 years ago

You are missing a dependency https://github.com/DFRobot/DFRobot_SIM

See README.