udoo> reflow control sheild programing issue? noobish>easy maby?

i have a UDOO board that has the same mcu an footprint as the arduino due
and has a built in arduino ide
every thing should function as the same , (www.udoo.org)

i recently bought a reflow control sheild from rocket scream ,
http://www.rocketscream.com/shop/reflow-oven-controller-shield-arduino-compatible
came in fast for malaisa,

i have a preheater and a solder rework station with heat gun , i make a glass enclousuer , do i dont need the toser ovem , im focousing more on direct bga chip reflow, other rework components a plus, but over all that is the main objective , i was planning on useing this as a reflow or profile giude with a thermal coupple,
so basicly i can watch it and adjust the heat according to the profile , and eventually hook up the ssr to be able to contol the entire prossess or at least the heat gun directly , but i got it as a visual representation of the profile and prossess,

when i got it , i notice as far as the foot print , there are 2 pins that are un used , the scl and sda and can find them on the provided schmattic but theres no clue as to what they are or there function , on the top two pins on the upper right of the sheild
im not sure if i need to jump these to another port? or if not needed,

any way , my issue is , with the provided code and the librarry files included that they say are required i still get a compileing error and it wont load

error
the MAX31855.h file is present and is in the direct root of the library folder? im not shure where im goin wron , please and thank you for any and all help and advice

CODE: SELECT ALL
Arduino: 0154 (Linux), Board: "Arduino Due (Programming Port)"

Using library LiquidCrystal in folder: /opt/arduino-1.5.4/libraries/LiquidCrystal

/opt/arduino-1.5.4/hardware/tools/arm-none-eabi/bin/arm-none-eabi-g++ -c -g -Os -w -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -mcpu=cortex-m3 -DF_CPU=84000000L -DARDUINO=154 -DARDUINO_SAM_DUE -DARDUINO_ARCH_SAM -D__SAM3X8E__ -mthumb -DUSB_VID=0x2341 -DUSB_PID=0x003e -DUSBCON -DUSB_MANUFACTURER="Unknown" -DUSB_PRODUCT="Arduino Due" -I/opt/arduino-1.5.4/hardware/arduino/sam/system/libsam -I/opt/arduino-1.5.4/hardware/arduino/sam/system/CMSIS/CMSIS/Include/ -I/opt/arduino-1.5.4/hardware/arduino/sam/system/CMSIS/Device/ATMEL/ -I/opt/arduino-1.5.4/hardware/arduino/sam/cores/arduino -I/opt/arduino-1.5.4/hardware/arduino/sam/variants/arduino_due_x -I/opt/arduino-1.5.4/libraries/LiquidCrystal/src /tmp/build3467053573229346857.tmp/reflowOvenController.cpp -o /tmp/build3467053573229346857.tmp/reflowOvenController.cpp.o
reflowOvenController.ino:103:23: fatal error: MAX31855.h: No such file or directory
compilation terminated.

i have a UDOO board

A what? Post a link. It looks like you misspelled Ouiji board.

the MAX31855.h file is present and is in the direct root of the library folder?

Is this a question? Or is it a statement?

If it is a statement, it doesn't mean anything. Tell us the EXACT name of the librarIES folder that the MX31855.h file is in.

reflowOvenController.ino:103:23: fatal error: MAX31855.h: No such file or directory

Because clearly it is NOT in the right place.