Hello all,
I'm using LPC4088 experiment bundle, in which a temperature sensor
(LM75) is connected to the LPC4088 controller using IC2
connection.
I'm using this code to test the temperature sensor. However, the
program is getting stuck at temperature_enable(); The code changes an
RGB LED color based on the temperature value.
This is the main code
#include <stdint.h>
#include <stdio.h>
#include "leds.h"
#incl
↧