PRO
dbeard
USA
Asked
— Edited
Can someone provide me script that takes the GetCpuTemp and converts it to F. I have tried and it keeps causing ARC to crash.
MPU6050 Accelerometer Gyro Temperature
— Reads MPU6050 gyro, accelerometer and temperature via I2C, initializes and returns data on-demand to EZ-Script variables using ControlCommand RunOnce
Try it →
Can someone provide me script that takes the GetCpuTemp and converts it to F. I have tried and it keeps causing ARC to crash.
Have you tried using this formula? ...
No, I was assigning the GetCPUTemp to a variable and then doing the math with the variable. Will try and get back to you.
Crashing ARC? That's not easy to do. I'd like to see your code. Anyway, here is a method. I tried it and it does not crash.
$CTemp is temperature in Celsius $FTemp is temperature in Farenheit
little more complex than Richard's answer, but tested...
Alan
Perfect. Thank you.
OK guys, all together now ...
Richard R._____ WBS____________You're Welcome! Alan_______/
Yes, the whole group is awesome and very quick to respond.
try this one....Celsius to Fahrenheit conversion
https://net-informations.com/q/mis/celsius.html
Macin