this version of obduino show me this errors:
obduino32KMega.ino: In function 'void __vector_5()':
obduino32KMega:882: error: 'PINK' was not declared in this scope
obduino32KMega.ino: In function 'void serial_rx_on()':
obduino32KMega:1026: error: 'Serial1' was not declared in this scope
obduino32KMega.ino: In function 'boolean iso_read_byte(byte*)':
obduino32KMega:1062: error: 'Serial1' was not declared in this scope
obduino32KMega.ino: In function 'void iso_write_byte(byte)':
obduino32KMega:1083: error: 'Serial1' was not declared in this scope
obduino32KMega.ino: In function 'void iso_init()':
obduino32KMega:1265: error: 'Serial1' was not declared in this scope
obduino32KMega.ino: In function 'void setup()':
obduino32KMega:3106: error: 'hostPrintLn' was not declared in this scope
obduino32KMega:3120: error: 'hostPrint' was not declared in this scope
obduino32KMega.ino: In function 'void loop()':
obduino32KMega:3262: error: 'processHostCommands' was not declared in this scope
obduino32KMega.ino: In function 'void params_load()':
obduino32KMega:3637: error: 'hostPrint' was not declared in this scope
obduino32KMega:3657: error: 'hostPrintLn' was not declared in this scope
please help me to solution the error in the code, thanks
|