Getting error messages from identical commands

I was following a tutorial on having a LCD display show the reading of my DHT sensor. I followed everything the guy did (I've checked at least five times) but I keep getting error messages about expected symbols and things not being declared in scopes. This was especially infuriating when I checked previous projects and had entered the exact same thing with none of these errors. Basically my question is if somebody can tell me what the hell is going on cause I'm at the end of my wits here.
(I'll include my code file so people can see what I mean)

DHT_LCD_lab.ino (903 Bytes)

int d7=12

Oops... Hint: ";" !

Always check the lines just above where the error is reported.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.