saving . . . saved Programming in Arduino has been deleted. Programming in Arduino has been hidden .
Programming in Arduino
Title
Question
If we are writing programming code with mixed upper and lower case latters than these will effect to programming? means showing error or not?

Arduino Arduino-with-LCD 00-01 min 0-10 sec 02-06-20, 3:55 p.m. rjangir

Answers:

Identifiers are combination of upper and lower cases like pinMode , digitalWrite. And they are supposed to be written in this way only.
For variables you can use upper and lower cases as you please but make sure you continue with the same word for the entire code to upload the program successfully.
02-06-20, 4:41 p.m. Pratikjb11


Log-in to answer to this question.