Filter löschen
Filter löschen

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

4 Ansichten (letzte 30 Tage)
Tom Busby
Tom Busby am 22 Aug. 2018
Beantwortet: Tristan Yang am 24 Aug. 2018
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 Kommentar
dpb
dpb am 22 Aug. 2018
When set up mex the include directory is defined; need to put the file wherever that is on your system.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by