I am new learner and have a question about this application.
I am trying "HondaCommCoordinator.h" but it shows off error messages as following.
Therefore, it might be something missing in program or hidden know-how without description.
Is there anybody who can guide or write more steps for reference?
Thanks a lot.
ERROR MESSAGES:
In file included from sketch_oct08a.ino:1:
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:35: error: 'byte' has not been declared
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:36: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:45: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:55: error: 'byte' has not been declared
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:56: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:71: error: 'byte' does not name a type
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have added "#include <arduino.h>" into the fist line at "HondaC ommCoordinator.h" file.
Above errors are cleared.
However, there are another error messages during verify at "HonOBDapt.cpp" file.
Is someone able to help this problem?</arduino.h>
Thank you.
ERROR MESSAGES:
HonOBDapt.cpp: In member function 'virtual boolean ISOCommMessageProcessor_ISO9141::ValidHeaders(byte)':
HonOBDapt.cpp:1628: error: 'ISO9141_Message_Headers_OK' was not declared in this scope
HonOBDapt.cpp: In member function 'virtual boolean ISOCommMessageProcessor_ISO14230::ValidHeaders(byte)':
HonOBDapt.cpp:1636: error: 'KWP_Message_Headers_OK' was not declared in this scope
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am new learner and have a question about this application.
I am trying "HondaCommCoordinator.h" but it shows off error messages as following.
Therefore, it might be something missing in program or hidden know-how without description.
Is there anybody who can guide or write more steps for reference?
Thanks a lot.
ERROR MESSAGES:
In file included from sketch_oct08a.ino:1:
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:35: error: 'byte' has not been declared
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:36: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:45: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:55: error: 'byte' has not been declared
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:56: error: 'boolean' does not name a type
\arduino-1.0.6\libraries\HondaCommCoordinator/HondaC
ommCoordinator.h:71: error: 'byte' does not name a type
Let's update my question.
I have added "#include <arduino.h>" into the fist line at "HondaC ommCoordinator.h" file.
Above errors are cleared.
However, there are another error messages during verify at "HonOBDapt.cpp" file.
Is someone able to help this problem?</arduino.h>
Thank you.
ERROR MESSAGES:
HonOBDapt.cpp: In member function 'virtual boolean ISOCommMessageProcessor_ISO9141::ValidHeaders(byte)':
HonOBDapt.cpp:1628: error: 'ISO9141_Message_Headers_OK' was not declared in this scope
HonOBDapt.cpp: In member function 'virtual boolean ISOCommMessageProcessor_ISO14230::ValidHeaders(byte)':
HonOBDapt.cpp:1636: error: 'KWP_Message_Headers_OK' was not declared in this scope