|
Re: Tabella per 104NT-4-R025H42G thermistor February 22, 2017 03:37PM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor February 22, 2017 03:47PM |
Registered: 12 years ago Posts: 6,409 |
|
Re: Tabella per 104NT-4-R025H42G thermistor February 23, 2017 07:32AM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor February 23, 2017 08:26AM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor February 25, 2017 10:42AM |
Registered: 9 years ago Posts: 174 |
const short temptable_998[][2] PROGMEM = {
{ 3 * OVERSAMPLENR, 250 },
{ 3.75 * OVERSAMPLENR, 240 },
{ 5.5 * OVERSAMPLENR, 230 },
{ 6.75 * OVERSAMPLENR, 220 },
{ 8.5 * OVERSAMPLENR, 210 },
{ 11 * OVERSAMPLENR, 200 },
{ 15 * OVERSAMPLENR, 190 },
{ 19 * OVERSAMPLENR, 180 },
{ 22 * OVERSAMPLENR, 170 }
{ 32 * OVERSAMPLENR, 160 },
{ 36 * OVERSAMPLENR, 150 },
{ 51.5 * OVERSAMPLENR, 140 },
{ 63.6 * OVERSAMPLENR, 130 },
{ 96 * OVERSAMPLENR, 120 },
{ 118 * OVERSAMPLENR, 110 },
{ 191 * OVERSAMPLENR, 100 },
{ 254 * OVERSAMPLENR, 90 },
{ 347 * OVERSAMPLENR, 80 },
{ 421 * OVERSAMPLENR, 70 },
{ 567 * OVERSAMPLENR, 60 },
{ 705 * OVERSAMPLENR, 50 },
{ 836 * OVERSAMPLENR, 40 },
{ 936 * OVERSAMPLENR, 30 },
{ 982 * OVERSAMPLENR, 20 },
{ 1008 * OVERSAMPLENR, 0 }
};
Arduino:1.6.13 (Mac OS X), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from sketch/src/temperature/thermistortables.h:116:0,
from sketch/src/temperature/temperature.h:30,
from sketch/base.h:110,
from /Users/karnhack/Desktop/FIRMWARE 3D/No LCD/MK4duo/MK4duo.ino:235:
sketch/src/temperature/thermistortable/thermistortable_998.h:39:5: error: expected '}' before '{' token
{ 32 * OVERSAMPLENR, 160 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:39:5: error: expected ',' or ';' before '{' token
sketch/src/temperature/thermistortable/thermistortable_998.h:39:31: error: expected unqualified-id before ',' token
{ 32 * OVERSAMPLENR, 160 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:40:5: error: expected unqualified-id before '{' token
{ 36 * OVERSAMPLENR, 150 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:40:31: error: expected unqualified-id before ',' token
{ 36 * OVERSAMPLENR, 150 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:41:5: error: expected unqualified-id before '{' token
{ 51.5 * OVERSAMPLENR, 140 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:41:33: error: expected unqualified-id before ',' token
{ 51.5 * OVERSAMPLENR, 140 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:42:5: error: expected unqualified-id before '{' token
{ 63.6 * OVERSAMPLENR, 130 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:42:33: error: expected unqualified-id before ',' token
{ 63.6 * OVERSAMPLENR, 130 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:43:5: error: expected unqualified-id before '{' token
{ 96 * OVERSAMPLENR, 120 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:43:31: error: expected unqualified-id before ',' token
{ 96 * OVERSAMPLENR, 120 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:44:5: error: expected unqualified-id before '{' token
{ 118 * OVERSAMPLENR, 110 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:44:32: error: expected unqualified-id before ',' token
{ 118 * OVERSAMPLENR, 110 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:45:5: error: expected unqualified-id before '{' token
{ 191 * OVERSAMPLENR, 100 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:45:32: error: expected unqualified-id before ',' token
{ 191 * OVERSAMPLENR, 100 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:46:5: error: expected unqualified-id before '{' token
{ 254 * OVERSAMPLENR, 90 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:46:31: error: expected unqualified-id before ',' token
{ 254 * OVERSAMPLENR, 90 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:47:5: error: expected unqualified-id before '{' token
{ 347 * OVERSAMPLENR, 80 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:47:31: error: expected unqualified-id before ',' token
{ 347 * OVERSAMPLENR, 80 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:48:5: error: expected unqualified-id before '{' token
{ 421 * OVERSAMPLENR, 70 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:48:31: error: expected unqualified-id before ',' token
{ 421 * OVERSAMPLENR, 70 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:49:5: error: expected unqualified-id before '{' token
{ 567 * OVERSAMPLENR, 60 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:49:31: error: expected unqualified-id before ',' token
{ 567 * OVERSAMPLENR, 60 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:50:5: error: expected unqualified-id before '{' token
{ 705 * OVERSAMPLENR, 50 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:50:31: error: expected unqualified-id before ',' token
{ 705 * OVERSAMPLENR, 50 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:51:5: error: expected unqualified-id before '{' token
{ 836 * OVERSAMPLENR, 40 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:51:31: error: expected unqualified-id before ',' token
{ 836 * OVERSAMPLENR, 40 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:52:5: error: expected unqualified-id before '{' token
{ 936 * OVERSAMPLENR, 30 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:52:31: error: expected unqualified-id before ',' token
{ 936 * OVERSAMPLENR, 30 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:53:5: error: expected unqualified-id before '{' token
{ 982 * OVERSAMPLENR, 20 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:53:31: error: expected unqualified-id before ',' token
{ 982 * OVERSAMPLENR, 20 },
^
sketch/src/temperature/thermistortable/thermistortable_998.h:54:5: error: expected unqualified-id before '{' token
{ 1008 * OVERSAMPLENR, 0 }
^
sketch/src/temperature/thermistortable/thermistortable_998.h:55:1: error: expected declaration before '}' token
};
^
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.
Questo report potrebbe essere più ricco di informazioni abilitando l'opzione
"Mostra un output dettagliato durante la compilazione"
in "File -> Impostazioni"
|
Re: Tabella per 104NT-4-R025H42G thermistor February 26, 2017 08:25AM |
Registered: 11 years ago Posts: 690 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 26, 2017 10:36AM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 26, 2017 11:09AM |
Registered: 12 years ago Posts: 6,409 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 26, 2017 11:18AM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 27, 2017 04:40AM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 28, 2017 05:33PM |
Registered: 9 years ago Posts: 174 |
|
Re: Tabella per 104NT-4-R025H42G thermistor March 28, 2017 05:43PM |
Registered: 12 years ago Posts: 6,409 |

|
Re: Tabella per 104NT-4-R025H42G thermistor March 28, 2017 08:54PM |
Registered: 9 years ago Posts: 174 |