====ok I have had this board for years never getting the full board working due to these compiling errors
core.a(main.cpp.o): In function
main': C:\Users\John *******\Documents\Robot info\Romio Script\arduino-0022\arduino-0022\hardware\arduino\cores\arduino/main.cpp:7: undefined reference to
setup'
C:\Users\john***\Documents\Robot info\Romio Script\arduino-0022\arduino-0022\hardware\arduino\cores\arduino/main.cpp:10: undefined reference to `loop'How do I fix this sketch so I can use my board
analogWrite (E2,b); digitalWrite(M2,LOW); } void setup (setup) { int i; for(i=4;i<=7;i++) pinMode(i, OUTPUT); Serial.begin(19200); //Set Baud Rate Serial.println("Run keyboard control"); } void loop (loop) {
I think you need to read Nick Gammon's two posts at the top of this Forum on how to post here, especially the use of code tags for posting source code. Before you copy the code from the IDE, use Ctrl-T to reformat the code in a common C coding style.