a big thanks for that steve i can believe you got it sorted so quick
cheers Dave
Hi All
I need some help uploading the code to my Arduino board.
I have purchased a Ardunio Uno R3 board That I am trying to upload the code to from Matho's file listed on this forum.
Each time I upload I get the following errors.
Brauduino_rev_2:28: error: 'OneWire' does not name a type
Brauduino_rev_2:102: error: 'PID' does not name a type
Brauduino_rev_2.ino: In function 'void Temperature()':
Brauduino_rev_2:196: error: 'ds' was not declared in this scope
Brauduino_rev_2.ino: In function 'void PID_HEAT()':
Brauduino_rev_2:240: error: 'myPID' was not declared in this scope
Brauduino_rev_2:244: error: 'myPID' was not declared in this scope
Brauduino_rev_2.ino: In function 'void load_pid_settings()':
Brauduino_rev_2:264: error: 'myPID' was not declared in this scope
Brauduino_rev_2.ino: In function 'void setup()':
Brauduino_rev_2:1010: error: 'myPID' was not declared in this scope
Brauduino_rev_2:1010: error: 'AUTOMATIC' was not declared in this scope
I have the latest version of Ardunio 1.02 and running on my Macosx Mountain Lion
I can upload test codes from the programs test files.
Do I need to have it plugged into the Brauduino board to upload the code?
Am I missing some settings that need changing in the program?
Can anyone walk me through this.
Thanks