How do you include Arduino.h when using mex to compile C code?

4 次查看(过去 30 天)
I'm trying to follow the tutorial above but when I attempt to use mex I get the error below.
Error using mex
/home/USERNAME/Documents/Source/digitalio_arduino.cpp:1:21: fatal error: Arduino.h: No
such file or directory
compilation terminated.
What do I have to do to get Arduino.h to mex?
I'm using Ubuntu 16.04.
  1 个评论
dpb
dpb 2018-8-22
When set up mex the include directory is defined; need to put the file wherever that is on your system.

请先登录,再进行评论。

回答(1 个)

Tristan Yang
Tristan Yang 2018-8-24
You may specify the header file path with MEX using the -I option. See this post:

类别

Help CenterFile Exchange 中查找有关 MATLAB Compiler 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by