Hallo an alle,
ich habe es schon mal im Forum "First Step" und "meine schaltung funktioniert ... " versucht das war wohl nicht das richtige. Ich hoffe nun das ich hier richtig liege. Wenn nicht, kann mir jemand sagen welches das richtige Forum ist? [Danke]
Aber nun zu meinem Problem:
Ich habe mir ein Arduino uno - Board besorgt und wollt das Tool AVIOM aus dem Heft 7.12 testen. Nach dem laden der Software (AVIOM_Arduino_1 incl. actions, Conditions, Help_status, Macro, SateEngine und Utilities) in die Arduino Entwicklungsumgebng und dem anschliessenden upload bekomme ich folgende Fehlermeldung:
______________________________________________
"NewSoftSerial" does not name a type
------------------------------------
AVIOM_Arduino_1.pde:-1: error: 'NewSoftSerial' does not name a type
AVIOM_Arduino_1.cpp: In function 'void setup()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void I2C_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'send'
Seit Arduino 1.0 wurde die Funktion Wire.send() wegen der Übereinstimmung mit anderen Librarys zu Wire.write() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void I2C_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'class TwoWire' has no member named 'receive'
Seit Arduino 1.0 wurde die Funktion Wire.receive() wegen der Übereinstimmung mit anderen Librarys zu Wire.read() umbenannt.
AVIOM_Arduino_1.cpp: In function 'void UART_setClock()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_writeBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_flush()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_bytesAvailable()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readByte()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
AVIOM_Arduino_1.cpp: In function 'void UART_readBytes()':
AVIOM_Arduino_1.pde:-1: error: 'uart' was not declared in this scope
________________________________________________
Ich bin für jede Hilfe dankbar
Gruß
14me
