Arduino spi library error during S-Function build
Afficher commentaires plus anciens
I have included the spi and sd libraries to make the sd card storage code into a function, but I get an error
but, the other library is succeed
Why can't only the spi and sd libraries included?
I want to finally add spi and sd libraries in s-funtionbuild

//succeed code
#ifndef MATLAB_MEX_FILE
#ifndef MATLAB_MEX_FILE
#include <Arduino.h>
#include "dht.h"
#include "SoftwareSerial.h"
#include "Wire.h"
//#include "SPI.h"
//#include "SD.h"
#endif
//Failure code
//succeed code
#ifndef MATLAB_MEX_FILE
#ifndef MATLAB_MEX_FILE
#include <Arduino.h>
#include "dht.h"
#include "SoftwareSerial.h"
#include "Wire.h"
#include "SPI.h"
#include "SD.h"
#endif
this is Header file folder

1 commentaire
An dosol
le 23 Juil 2020
Réponses (0)
Catégories
En savoir plus sur Arduino Hardware dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!