Hello,
i am trying to do a code using a temperature and humidity sensor (DHT11), and i am getting checksum error as my output in LCD. i am using keil uv5 and proteus simulator
What is the error in this code?
#include <stdio.h>
#include <reg52.h>
#include <intrins.h>
#define lcd_data P2
int i...