About using sample code of DFR 0300

Hi, I installed "OneWire" library and tried to compile the sample code. However, 'TempProcess' was not declared in this scope' is displayed and compilation is not possible. How can I use the sample code? My system is Arduino: 1.6.12 (Windows 10), board: "Arduino / Genuino Uno".
2016-12-18 00:13:23 Hi
At least, the same problem occurred on two windows 10 PC (IDE 1.6.12).
According to the advice, after moving the sentence after "float TempProcess (bool ch)" before 'void setup ()',
I can measure normally.
Thank you very much.
negishi_s0904
At least, the same problem occurred on two windows 10 PC (IDE 1.6.12).
According to the advice, after moving the sentence after "float TempProcess (bool ch)" before 'void setup ()',
I can measure normally.
Thank you very much.

2016-12-14 10:51:50 Hi,
Its a little strange. I downloaded the IDE 1.6.12, then can upload the code properly. Or Its related to the PC? I got a reply from my colleague that you can try put the 'TempProcess' function in front of 'the void setup()' to try again. Probably its a logical problem.
Hope this will help you.
Wendy.Hu
Its a little strange. I downloaded the IDE 1.6.12, then can upload the code properly. Or Its related to the PC? I got a reply from my colleague that you can try put the 'TempProcess' function in front of 'the void setup()' to try again. Probably its a logical problem.
Hope this will help you.


2016-12-13 17:19:13 Hi
Thank you for your help.
I was able to compile with IDE 1.6.8.
However, I could not compile with the latest version of IDE 1.6.13.
negishi_s0904
Thank you for your help.
I was able to compile with IDE 1.6.8.
However, I could not compile with the latest version of IDE 1.6.13.

2016-12-12 18:51:25 Hi
Sorry for the late reply.
I guess probably its the problem of the IDE version, I tested the sample code with the IDE 1.6.8, then no problem. Maybe you can try to download the other version IDE to upload again. And I will download the IDE 1.6.12 to try again. Any update I will reply you quickly.
Let me know if you have any problem.
Wendy.Hu
Sorry for the late reply.
I guess probably its the problem of the IDE version, I tested the sample code with the IDE 1.6.8, then no problem. Maybe you can try to download the other version IDE to upload again. And I will download the IDE 1.6.12 to try again. Any update I will reply you quickly.
Let me know if you have any problem.

