Procházet zdrojové kódy

design tool needs to include SerialFlash.h in exported code

dds
PaulStoffregen před 9 roky
rodič
revize
a41e2a7c26
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      gui/red/main.js

+ 1
- 1
gui/red/main.js Zobrazit soubor

//console.log(JSON.stringify(nns)); //console.log(JSON.stringify(nns));


var cpp = "#include <Audio.h>\n#include <Wire.h>\n" var cpp = "#include <Audio.h>\n#include <Wire.h>\n"
+ "#include <SPI.h>\n#include <SD.h>\n\n"
+ "#include <SPI.h>\n#include <SD.h>\n#include <SerialFlash.h>\n\n"
+ "// GUItool: begin automatically generated code\n"; + "// GUItool: begin automatically generated code\n";
// generate code for all audio processing nodes // generate code for all audio processing nodes
for (var i=0; i<nns.length; i++) { for (var i=0; i<nns.length; i++) {

Načítá se…
Zrušit
Uložit