Here is a screenshot showacasing our basic code for tempurature:
We made the decision of using this code to measure temperature as it was the easiest and fatsest method for the both of us
We used the "show number" block to display the current tempurature.
The "if" block statetd if the tempurature program was above 25 degrees Celsius, the "show icon" block would function
Firstly we took the "show number" block and stuck it to the "on start" block. We set it to 30 (30° Celsius)
Secondly, we took the "if" extension block an stuck it to "show number"
We added the comparison blocks into the true block and set the symbol to "<".
We then inserted the tempurature block into the first 0 in the comparison block.
Then we put that block into the true function, and boom, it worked!
Your end result should look something like this... the same as our code above: