Hola a todos.
A excepción del Hotgun que de momento está en fase de montaje, tengo todo ya instalado y conectado.
He descargado las librerías para el Maxim y he modificado lo que decía dmingo. Cambiar a "Arduino.h" .
El software de arduino lo tengo en C:\ y metí los dos ficheros en la carpeta libaries y cree dentro de ellas una carpeta llamada maxim. El soft de dmingo lo tengo en el escritorio.
Cargo el archivo Multi_temp_2 y cuando lo subo me larga este error.
MAX6675 temp0(CS0,SO,SCK1,units,error1);
no matching function for call to "MAX6675::MAX6675(int&, int&, int&, float&)'
Código: Seleccionar todo
Multi_Temp2.cpp:3:20: error: PID_v1.h: No such file or directory
Multi_Temp2:28: error: no matching function for call to 'MAX6675::MAX6675(int&, int&, int&, int&, float&)'
C:\arduino-1.0\libraries\Maxim/MAX6675.h:16: note: candidates are: MAX6675::MAX6675(int, int, int, int)
C:\arduino-1.0\libraries\Maxim/MAX6675.h:14: note: MAX6675::MAX6675(const MAX6675&)
Multi_Temp2:29: error: no matching function for call to 'MAX6675::MAX6675(int&, int&, int&, int&, float&)'
C:\arduino-1.0\libraries\Maxim/MAX6675.h:16: note: candidates are: MAX6675::MAX6675(int, int, int, int)
C:\arduino-1.0\libraries\Maxim/MAX6675.h:14: note: MAX6675::MAX6675(const MAX6675&)
Multi_Temp2:33: error: 'PID' does not name a type
Multi_Temp2.cpp: In function 'void setup()':
Multi_Temp2:49: error: 'HotGunPid' was not declared in this scope
Multi_Temp2:49: error: 'MANUAL' was not declared in this scope
Multi_Temp2.cpp: In function 'void loop()':
Multi_Temp2:74: error: no matching function for call to 'MAX6675::read_temp(int)'
C:\arduino-1.0\libraries\Maxim/MAX6675.h:17: note: candidates are: float MAX6675::read_temp()
Multi_Temp2:75: error: no matching function for call to 'MAX6675::read_temp(int)'
C:\arduino-1.0\libraries\Maxim/MAX6675.h:17: note: candidates are: float MAX6675::read_temp()
Multi_Temp2:107: error: 'HotGunPid' was not declared in this scope
Multi_Temp2:107: error: 'AUTOMATIC' was not declared in this scope
Multi_Temp2:111: error: 'MANUAL' was not declared in this scope
Multi_Temp2:139: error: 'HotGunPid' was not declared in this scope
Multi_Temp2:143: error: 'HotGunPid' was not declared in this scope
Multi_Temp2:145: error: 'HotGunPid' was not declared in this scope
Estoy empantanado en este punto. No tengo ni idea a que es debido. Quería probar el precalentador esta tarde sábado pero de momento me quedo con las ganas.
