Temperature in KDS
Description:
A project made in KDS using the FRDM-MKL46Z256VLL4 board's LCD screen to display temperature.
The LCD will display temperature data taken from the magnetometer in degrees Celsius.
Data is read every 500ms as this lowers flickering when between temperatures.
Updates:
After initially submitting this project after having it working, I tried to load it up and found out the temperature not displaying correctly. After much trial and error I managed to find out that not initializing the magnetometer was causing the issues, even though it was not the previous day! Have edited the project to add in the initialization just in case it causes anyone else errors.