arduino / Arduino-Science-Journal-Android

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
http://arduino.cc/education
Apache License 2.0
47 stars 9 forks source link

Incorrect Calculation of Fahrenheit #14

Open sebromero opened 4 years ago

sebromero commented 4 years ago

The formula for Fahrenheit is not correct. It should be (°C × 9/5) + 32 https://github.com/bcmi-labs/Science-Journal-Android/blob/da52d36068f67e1a1bac4b52e3694f27ad1da1f7/OpenScienceJournal/whistlepunk_library/src/main/java/com/google/android/apps/forscience/whistlepunk/sensors/MkrSciBleSensor.java#L182

h42-carlopelliccia commented 4 years ago

Thanks, fixed

VKin-Arduino commented 4 years ago

@h42-carlopelliccia can we close this issue ?

h42-carlopelliccia commented 4 years ago

@VKin-Arduino The issue has been fixed in the codebase, but it's not released yet (will be included in version 1.0.1)