stack overflow/20x4LCD error

WBahn

Joined Mar 31, 2012
33,171
It's very hard to make heads or tails out of your code. For instance, in prior posts "swt" is a function, but in the code above it appears to be a variable. Which is it? Then you have large portions of the code that are not used, such as the base() function, but that we have to wade through in order to find out that it is not used.
 

Thread Starter

harsha3842

Joined Jul 5, 2013
24
It's very hard to make heads or tails out of your code. For instance, in prior posts "swt" is a function, but in the code above it appears to be a variable. Which is it? Then you have large portions of the code that are not used, such as the base() function, but that we have to wade through in order to find out that it is not used.
sorry Wbahn my mistake i was trying out with different logic..have about 6 different versions..will try to avoid mixing it up in future sorry
 
Top