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
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.
Login to add comment